mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 09:00:42 +08:00
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:
@@ -132,6 +132,7 @@ const QString& SeerMainWindow::executableName () const {
|
||||
}
|
||||
|
||||
void SeerMainWindow::setExecutableArguments (const QString& executableArguments) {
|
||||
|
||||
gdbWidget->setExecutableArguments(executableArguments);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user