rokucommunity / roku-debug

A compatibility wrapper around the BrightScript debug protocol https://developer.roku.com/en-ca/docs/developer-program/debugging/socket-based-debugger.md
MIT License
13 stars 8 forks source link

Dynamic breakpoints #39

Closed TwitchBronBron closed 1 year ago

TwitchBronBron commented 3 years ago

Add support in the debug protocol for dynamic breakpoints.

Also add stopgap fixes for the unsupported breakpoints (i.e. add stop statements). While not ideal, it's still better to have them available.

TwitchBronBron commented 1 year ago

This was implemented in #84