output to debug console instead of integral terminal even if externalConsole false #11041
Unanswered
SimonZhouxz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hope message can output to the screen. In official doc, it says "Windows: When set to true, it will spawn an external console. When set to false, it will use VS Code's integratedTerminal.", But using my launch.json, setting "externalConsole" false, it outputs to debug console instead of integrated terminal.
I also try to set "avoidWindowsConsoleRedirection": false to try to make debug console redirection work, but it still output to debug console.
Is there any idea can solve my problem? I think it won't happen to most of people, since official doc works in most of time. I also try to reinstall VSC and refresh all configuration. I'm using win 11.
a similar situation in #10110, but not in mac
debug console output:
Beta Was this translation helpful? Give feedback.
All reactions