nspcc-dev / neo-go

Go Node and SDK for the Neo blockchain
MIT License
123 stars 79 forks source link

Add RemoveBreakPoint() support to VM #3673

Closed ixje closed 3 days ago

ixje commented 5 days ago

Is your feature request related to a problem? Please describe.

I can set breakpoints but can't remove them.

Describe the solution you'd like

Add a counterpart to https://github.com/nspcc-dev/neo-go/blob/66fbcb2f0032ae26350bf5b07231419e2195c8d5/pkg/vm/vm.go#L273

Describe alternatives you've considered

none