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

Send every stdio line as separate event #51

Closed TwitchBronBron closed 2 years ago

TwitchBronBron commented 2 years ago

There's an issue in the Debug Console window of vscode that shows all the log output as giant chunks of text. instead, we should show each line as its own entry. This makes the output console much easier to navigate and less quirky.