forked from qt-creator/qt-creator
debugger: handle disabled breakpoints on debugger startup again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user