ATDebugger | Requirement : Java 7 JVM with javafx support

 by   BurstProject Java Version: v1 License: No License

kandi X-RAY | ATDebugger Summary

kandi X-RAY | ATDebugger Summary

ATDebugger is a Java library. ATDebugger has no bugs, it has no vulnerabilities and it has low support. However ATDebugger build file is not available. You can download it from GitHub.

Requirement: Java 7+ JVM with javafx support. Some builds of openjdk7 do not have javafx support. Compiling: A recent version of sbt(simple build tool) is needed. Edit the path to your jdk into the build.sbt file. Run sbt then type packageJavafx to compile. Usage: Run the jar, and the block control window will show up. Click 'Add AT' to open AT windows. You can drag a text file containing AT assembly into the code table and it will load it. ATs can be given balance either by setting the balance at the top of their windows, or by clicking 'Send tx' and making a transaction to them. All balances are represented as they are processed internally in burst (100000000 (10^8) = 1 coin). Step fees are 10^7(10000000) for normal opcodes, and 10^8(100000000) for api calls. Breakpoints can be set by clicking in the bp column next to code lines. Clicking 'Advance Block' in the block control window will cause ATs which are eligable to run to run. While an AT is running, run will cause an AT to run until it hits it's next breakpoint. Step into will run exactly one opcode. Step over will run until it gets to a line which is shown in the code. Step into and over will usually do the same thing, however the code window shows your source, which may not perfectly match the assembled code, so if any line was expanded to multiple operations, step into will run them one at a time, but step over will execute them together. When the AT is in progress, you can double click in the instruction pointer column to set the next statement. Variables can also be edited on the right side while the AT is in progress. The instuction pointer and variables cannot be edited in between blocks. If you have multiple AT windows, they share they same pool of transactions, so they can send to each other. Each AT window keeps a complete history of it's state each block, so you can use 'Undo Block' all the way back.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              ATDebugger has a low active ecosystem.
              It has 6 star(s) with 3 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              ATDebugger has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of ATDebugger is v1

            kandi-Quality Quality

              ATDebugger has no bugs reported.

            kandi-Security Security

              ATDebugger has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              ATDebugger does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              ATDebugger releases are available to install and integrate.
              ATDebugger has no build file. You will be need to create the build yourself to build the component from source.

            Top functions reviewed by kandi - BETA

            kandi has reviewed ATDebugger and discovered the below as its top functions. This is intended to give you an instant insight into ATDebugger implemented functionality, and help decide if they suit your requirements.
            • Computes the padding
            • Decompresses the hash
            • Mixing columns
            • Calculate the rounds for encryption
            • Pushes the digest
            • Updates digest
            • Processes the final form
            • Convert a symmetric matrix
            • Processes the final version
            • Implement Six
            • Pads the digest
            • Process the digest block
            • This method is used to run a machine
            • Parses the digest
            • Performs the padding
            • Performs rshift
            • Performs the actual padding
            • Extracts the digest
            • Processes the digest block
            • Process the slice
            • Process a sequence of bits
            • Process the digest
            • Processes the digest
            • Processes the final binary
            • Check creation bytes
            • Puts the bytes into the digest
            Get all kandi verified functions for this library.

            ATDebugger Key Features

            No Key Features are available at this moment for ATDebugger.

            ATDebugger Examples and Code Snippets

            No Code Snippets are available at this moment for ATDebugger.

            Community Discussions

            No Community Discussions are available at this moment for ATDebugger.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install ATDebugger

            You can download it from GitHub.
            You can use ATDebugger like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the ATDebugger component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/BurstProject/ATDebugger.git

          • CLI

            gh repo clone BurstProject/ATDebugger

          • sshUrl

            git@github.com:BurstProject/ATDebugger.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Java Libraries

            CS-Notes

            by CyC2018

            JavaGuide

            by Snailclimb

            LeetCodeAnimation

            by MisterBooo

            spring-boot

            by spring-projects

            Try Top Libraries by BurstProject

            burstcoin

            by BurstProjectJava

            pocminer

            by BurstProjectJava

            SimpleBurstPool

            by BurstProjectJava

            poc2plotter

            by BurstProjectJava

            ATAssembler

            by BurstProjectScala