Releases: CityOfZion/neo-debugger-tools
Releases · CityOfZion/neo-debugger-tools
untagged-97ff60060d78cfed6e9a: Merge pull request #191 from simplitech/development
untagged-7fd1845f0ceaa7200eca
modified travis-ci api key/repo
Windows Release 1.1
Updated version number
Initial release
This initial release of the debugger includes:
- Support for loading and disassembling NEO AVM files
- Compilation of contracts (C# via neon, Python via neo-boa)
- Putting breakpoints and stepping through the code
- Optional loading of contract source code, mapped to AVM bytecode
- Emulation of a NEO blockchain and Runtime API (blocks, transactions, etc)
- Profiling of gas cost per instruction
- Blockchain and Storage viewer
- Inspection of variable contents while debugging (C# only, experimental)
- Generate client code from ABI (C# only, experimental)