How do I inspect the full debug/launch command line? #1438
-
I am setting |
Beta Was this translation helpful? Give feedback.
Answered by
testforstephen
Feb 20, 2024
Replies: 1 comment
-
By default, Java debugger uses the integrated terminal to launch your app, and the terminal will echo the full launch command line there. The launching console is controlled by the setting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
guw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default, Java debugger uses the integrated terminal to launch your app, and the terminal will echo the full launch command line there. The launching console is controlled by the setting
"java.debug.settings.console": "integratedTerminal"
.