forked from qt-creator/qt-creator
debugger: fix cut&paste error in breakpoint states
This commit is contained in:
@@ -631,7 +631,7 @@ void BreakHandler::notifyBreakpointInsertFailed(BreakpointId id)
|
||||
void BreakHandler::notifyBreakpointRemoveProceeding(BreakpointId id)
|
||||
{
|
||||
QTC_ASSERT(state(id)== BreakpointRemoveRequested, /**/);
|
||||
setState(id, BreakpointInsertProceeding);
|
||||
setState(id, BreakpointRemoveProceeding);
|
||||
}
|
||||
|
||||
void BreakHandler::notifyBreakpointRemoveOk(BreakpointId id)
|
||||
|
Reference in New Issue
Block a user