We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c6ca4 commit 199184aCopy full SHA for 199184a
adapter/codelldb/src/debug_session/launch.rs
@@ -478,6 +478,9 @@ impl super::DebugSession {
478
if let Some(ConsoleMode::Split) = settings.console_mode {
479
let name = args_common.name.as_deref().unwrap_or("Debug");
480
self.create_debugger_terminal(name);
481
+ } else {
482
+ // Witoout a terminal, confirmations will just hang the session.
483
+ self.debugger.set_variable("auto-confirm", "true")?;
484
}
485
486
0 commit comments