mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 09:00:42 +08:00
Cleaned up some more 'core' handling.
Make the 'gdbCore' more like 'gdbStart', 'gdbRun', and 'gdbAttach'. 'gdbConnect' will happen sometime.
This commit is contained in:
@@ -223,7 +223,7 @@ void SeerMainWindow::launchExecutable (const QString& launchMode) {
|
||||
QTimer::singleShot(200, this, &SeerMainWindow::handleFileDebug);
|
||||
|
||||
}else{
|
||||
qWarning() << "SeerMainWindow::launchMode(): bad launchMode:" << launchMode;
|
||||
qWarning() << "Bad launchMode:" << launchMode;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user