Skip to content

Releases: CityOfZion/neo-debugger-tools

untagged-97ff60060d78cfed6e9a: Merge pull request #191 from simplitech/development

17 Jun 14:59
8c16d79
Compare
Choose a tag to compare

untagged-7fd1845f0ceaa7200eca

17 Jun 13:52
Compare
Choose a tag to compare
modified travis-ci api key/repo

Windows Release 1.1

15 May 11:45
Compare
Choose a tag to compare
Updated version number

Initial release

01 Apr 11:44
Compare
Choose a tag to compare

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)