forked from qt-creator/qt-creator
debugger: work on test suite
This commit is contained in:
@@ -1460,7 +1460,8 @@ void DebuggerManager::runTest(const QString &fileName)
|
||||
m_executable = fileName;
|
||||
m_processArgs = QStringList() << "--run-debuggee";
|
||||
m_workingDir = QString();
|
||||
startNewDebugger(StartInternal);
|
||||
if (!startNewDebugger(StartInternal))
|
||||
emit debuggingFinished();
|
||||
}
|
||||
|
||||
#include "debuggermanager.moc"
|
||||
|
||||
Reference in New Issue
Block a user