forked from qt-creator/qt-creator
Debugger: Visually fake instant breakpoint removal
This partially reverts 38ec4dd6ae.
After using the new, "correct" behavior for some time I am
convinced that the original felt indeed better.
Change-Id: Ia921ccf8410bec33eb3053dc91bcca7b0328ef38
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -287,7 +287,6 @@ private: ////////// View & Data Stuff //////////
|
||||
void handleBreakEnable(const DebuggerResponse &response, Breakpoint bp);
|
||||
void handleBreakInsert1(const DebuggerResponse &response, Breakpoint bp);
|
||||
void handleBreakInsert2(const DebuggerResponse &response, Breakpoint bp);
|
||||
void handleBreakDelete(const DebuggerResponse &response, Breakpoint bp);
|
||||
void handleBreakCondition(const DebuggerResponse &response, Breakpoint bp);
|
||||
void handleBreakThreadSpec(const DebuggerResponse &response, Breakpoint bp);
|
||||
void handleBreakLineNumber(const DebuggerResponse &response, Breakpoint bp);
|
||||
|
||||
Reference in New Issue
Block a user