Fixed the "new arguments" dialog.

When specifying new arguments with File->Arguments dialog,
the new arguments were not being passed to gdb. Now fixed.

This feature applies to 'run' and 'start'.  Remove it from
'attach'.
This commit is contained in:
Ernie Pasveer
2022-03-28 19:07:39 -05:00
parent c4ce1e1e9e
commit a6d8d890aa
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -132,6 +132,7 @@ const QString& SeerMainWindow::executableName () const {
}
void SeerMainWindow::setExecutableArguments (const QString& executableArguments) {
gdbWidget->setExecutableArguments(executableArguments);
}