Skip to content

Is it possible to start a debug session without launching automatically a shell #474

Answered by mfussenegger
tpotie asked this question in Q&A
Discussion options

You must be logged in to vote

Depends on the debug-adapter. See :help dap-terminal. I didn't find the runInTerminal = false option in the vscode-cpptools docs which you use. It looks like they don't support that?

As a workaround you could consider opening the integrated terminal in a new tab:

dap.defaults.fallback.terminal_win_cmd = 'tabnew'

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tpotie
Comment options

Answer selected by tpotie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants