tomblind / local-lua-debugger-vscode

Local Lua Debugger for VSCode
MIT License
106 stars 26 forks source link

Strings containing escape characters #30

Closed treahard closed 3 years ago

treahard commented 3 years ago

local sep = "\027" -- escape character local s = "hello " .. sep .. " world"

print(s)

Place break point on print statement - local variable pane won't show variable 's'.

Continued debugging after stopping is difficult if not impossible.

tomblind commented 3 years ago

This has actually already been fixed in 1adb9faaa0f747a2f9de93a978c7a99d6685cbe9 and will be part of the next release, which I hope to put out soon.

treahard commented 3 years ago

Thank you. Switching from ZeroBrane to VS Code with local-lua-debugger-vscode.

From: Tom notifications@github.com Date: Tuesday, February 16, 2021 at 6:31 AM To: tomblind/local-lua-debugger-vscode local-lua-debugger-vscode@noreply.github.com Cc: Tom Reahard Tom@symmetry.com, Author author@noreply.github.com Subject: Re: [tomblind/local-lua-debugger-vscode] Strings containing escape characters (#30)

This has actually already been fixed in 1adb9fahttps://github.com/tomblind/local-lua-debugger-vscode/commit/1adb9faaa0f747a2f9de93a978c7a99d6685cbe9 and will be part of the next release, which I hope to put out soon.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/tomblind/local-lua-debugger-vscode/issues/30#issuecomment-779838425, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AE2RUGN46DO3QTNB5PRDB2DS7JXSTANCNFSM4XMLRM6Q.