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
12 stars 9 forks source link

Better breakpoint insertion detection #66

Open TwitchBronBron opened 2 years ago

TwitchBronBron commented 2 years ago

The debugger inserts stop statements anywhere that we see a breakpoint, even if it's not valid. We should detect whether it's valid or not.

image

chrisdp commented 2 years ago

Relates to #43