forked from qt-creator/qt-creator
debugger: more breakpoint fixes
This commit is contained in:
@@ -208,6 +208,7 @@ BreakpointData::~BreakpointData()
|
||||
void BreakpointData::clear()
|
||||
{
|
||||
removeMarker();
|
||||
pending = true;
|
||||
bpNumber.clear();
|
||||
bpCondition.clear();
|
||||
bpIgnoreCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user