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

Discard breakpoints that got deleted before verified #138

Closed TwitchBronBron closed 1 year ago

TwitchBronBron commented 1 year ago

Sometimes there are timing issues where breakpoints are sent to the device, then deleted before the device sent back the "verified" event for those. That would cause "phantom" breakpoints where the device has the bp, but the client doesn't show it.