forked from qt-creator/qt-creator
Debugger: Fix disabled breakpoints on start up in cdbengine.
Task-number: QTCREATORBUG-9295 Change-Id: Ib9694b2dda9f4a53508fa126f720b8eed1a0200c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -2794,7 +2794,7 @@ void CdbEngine::attemptBreakpointSynchronization()
|
||||
postCommand(cdbAddBreakpointCommand(parameters, m_sourcePathMappings, id, false), 0);
|
||||
}
|
||||
if (!parameters.enabled)
|
||||
postCommand("bd " + QByteArray::number(id.majorPart()), 0);
|
||||
postCommand("bd " + QByteArray::number(breakPointIdToCdbId(id)), 0);
|
||||
handler->notifyBreakpointInsertProceeding(id);
|
||||
handler->notifyBreakpointInsertOk(id);
|
||||
m_pendingBreakpointMap.insert(id, response);
|
||||
|
||||
Reference in New Issue
Block a user