debugger: handle disabled breakpoints on debugger startup again

This commit is contained in:
hjk
2010-11-16 18:14:00 +01:00
parent a9a9143b5d
commit 4e1452fd59
3 changed files with 29 additions and 21 deletions

View File

@@ -2103,7 +2103,6 @@ void GdbEngine::updateBreakpointDataFromOutput(BreakpointId id, const GdbMi &bkp
response.fileName = name;
breakHandler()->setResponse(id, response);
breakHandler()->notifyBreakpointInsertOk(id);
}
QString GdbEngine::breakLocation(const QString &file) const