neo-project / neo-debugger

Neo Smart Contract Debugger for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo-contract-debug
MIT License
24 stars 17 forks source link

breaks points do not work in disassembly view #189

Open ixje opened 1 year ago

ixje commented 1 year ago

Considering that it's possible to step per instruction in the disassembly view, it would be nice if one can also put break points and run up to that break point in the same view. The disassembled functions can get quite long and break points can help to quickly get to the interesting part.