forked from qt-creator/qt-creator
Debugger: Streamline error string handling
Let the workers keep track of errors instead of passing around string pointers in some but not all interesting places. Change-Id: I3956bc947a50747dd3a0c9302b9f9873d192e9c6 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -347,7 +347,7 @@ void TestRunner::debugTests()
|
||||
return;
|
||||
}
|
||||
|
||||
(void) new Debugger::DebuggerRunTool(runControl, sp, &errorMessage);
|
||||
(void) new Debugger::DebuggerRunTool(runControl, sp);
|
||||
|
||||
bool useOutputProcessor = true;
|
||||
if (ProjectExplorer::Target *targ = config->project()->activeTarget()) {
|
||||
|
||||
Reference in New Issue
Block a user