diff --git a/src/plugins/debugger/breakhandler.cpp b/src/plugins/debugger/breakhandler.cpp index d889926360c..b2e07b922d4 100644 --- a/src/plugins/debugger/breakhandler.cpp +++ b/src/plugins/debugger/breakhandler.cpp @@ -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)