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

multi-line strings don't present properly in variables panel #137

Open TwitchBronBron opened 1 year ago

TwitchBronBron commented 1 year ago

image

someAA.name contains several \n chars, but vscode is only showing the first line. We need to solve that somehow. Either by renderning \n in the strings, or perhaps vscode has a built-in way of doing this?