No debug output on pipe for powershell debugger on version nvim-dap 0.9.0 #1419
Unanswered
Willem-J-an
asked this question in
Q&A
Replies: 1 comment 2 replies
-
0.9.0 should still show a debug adapters stdout in the repl but there is a change in master that routes stdout to dedicated log files (#1405) The change was motivated by debug adapters also using stdout or stderr to report their own kind of debug information and most use output events for the stdout/stderr of the application that's being debugged. But some require an option to turn that on (e.g. for delve it is |
Beta Was this translation helpful? Give feedback.
2 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.
-
On version nvim-dap 0.8.0 when running powershell debugger the output would show like so:
Since version 0.9.0 the output does not seem to be shown anymore:
Is this a bug, or is there some sort of new configuration that I'm missing?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions