mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 09:00:42 +08:00
Wasn't restoring 'async' mode from settings file.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user