Replies: 3 comments 2 replies
-
Basically having the same issues, but for a C program. Any luck solving them? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'm having a similar issue where I can't see the output of |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same here for a Javascript application. Most console logs go straight to REPL, and not console. For some reason "Jest" output (test runner) go to console though 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Howto print output to dap console?
(nvim-dap-ui)
Currently every print statement appears into REPL window but I want these print outputs directed into the DAP console window. How can I manage that?
Howto read user input while debugging?
(local-lua-debugger-vscode)
I've red somewhere that input operations like
io.read(
) not working with lua debugger because the debugger itself uses this io stream for communication. Am I wrong? (I hope so...plz)Currently the debugger stops working whenever I trie to
io.read()
something 😟.Beta Was this translation helpful? Give feedback.
All reactions