Wasn't restoring 'async' mode from settings file.

This commit is contained in:
Ernie Pasveer
2022-04-02 11:09:56 -05:00
parent 82a43a6d9b
commit f7dca36a6c
+1
View File
@@ -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());