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

Fix bug with telnet getting stuck #163

Closed TwitchBronBron closed 10 months ago

TwitchBronBron commented 10 months ago

Fixes an issue with the telnet debugger getting stuck on the "local variables" window just constantly spinning. Also makes the system recover more gracefully when a single command stops responding.

The issue was that we were logging WAY too much data, so the vscode process would throw an exception when it ran out of memory trying to serialize too much JSON.

rokucommunity-bot[bot] commented 10 months ago

Hey there! I just built a new version of the vscode extension based on 59188f49586298d734c0e4479caae79a96bd9b95. You can download the .vsix here and then follow these installation instructions.