avm-debugger

Debug Adapter Protocol Debugger for the Algorand Virtual Machine

OTHER License

Downloads
89
Stars
5
Committers
5

Bot releases are hidden (Show)

avm-debugger - v0.2.0 Latest Release

Published by jasonpaulos about 2 months ago

Changed

  • Remove vendored algosdk dependency in favor of [email protected] (#21 ). Due to a difference in how the newer algosdk produces JSON encoded SignedTransaction objects, the JSON key order for transactions have changed slightly, but their content remains the same.
avm-debugger - v0.1.3

Published by jasonpaulos 10 months ago

Fixed

  • Fix app state not being properly reset when stepping back (#19)
  • Properly handle failing clear state programs (#20)
avm-debugger - v0.1.2

Published by jasonpaulos 10 months ago

Fixed

  • Fix file path handling on Windows (#18)
  • Remove algosdk source map references that were unusable
avm-debugger - v0.1.1

Published by jasonpaulos 11 months ago

Added

  • Add support for TS < 4.7 and projects with non nodenext/node16 module resolution settings (#16)
avm-debugger - v0.1.0

Published by jasonpaulos 11 months ago

Added

  • Initial AVM debug adapter implementation.