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

Fix inifinite-spin for unloaded vars #120

Closed TwitchBronBron closed 1 year ago

TwitchBronBron commented 1 year ago

Fix a bug where the UI would spin forever when trying to load variables that no longer exist. Now we show a useful error message.

Before: image

After: image