debugger: add a comment, hopefully preventing an "obvious" simplification

This commit is contained in:
hjk
2011-05-03 18:17:02 +02:00
parent 83b95ec78f
commit e0993f4e23

View File

@@ -2064,6 +2064,7 @@ void GdbEngine::executeRunToLine(const ContextData &data)
else
loc = "\"\\\"" + breakLocation(data.fileName).toLocal8Bit() + "\\\":"
+ QByteArray::number(data.lineNumber) + '"';
// "tbreak/continue" does _not_ work on Mac. See #4619
postCommand("-break-insert -t -l -1 -f " + loc);
postCommand("-exec-continue", RunRequest, CB(handleExecuteRunToLine));
} else {