Closed DFVSQY closed 5 years ago
Currently, the debugger uses stdin and stdout to communicate with the vscode plugin. Redirecting stdout with io.output
breaks the communication.
If remote debugging is addded in the future (see #2), then debugging scripts which need to use stdin and stdout will be possible. But for now, this won't work.
Like below, it can't pause at
io.write(content)
line:Test Code: