diff --git a/src/SeerMainWindow.cpp b/src/SeerMainWindow.cpp index d691fcc..b9ce48e 100644 --- a/src/SeerMainWindow.cpp +++ b/src/SeerMainWindow.cpp @@ -351,6 +351,7 @@ void SeerMainWindow::handleSettingsConfiguration () { // Update the GdbWidget with the new settings. gdbWidget->setGdbProgram(dlg.gdbProgram()); gdbWidget->setGdbArguments(dlg.gdbArguments()); + gdbWidget->setGdbAsyncMode(dlg.gdbAsyncMode()); gdbWidget->setGdbHandleTerminatingException(dlg.gdbHandleTerminatingException()); gdbWidget->setDprintfStyle(dlg.dprintfStyle()); gdbWidget->setDprintfFunction(dlg.dprintfFunction());