forked from qt-creator/qt-creator
Debugger: Be less eager on breakpoint synchronization
Triggering synchronization too early leads to unnecessary pending breakpoints and complicates debugger startup. Change-Id: Ic1c0064f29eaa325a110baf9b22ec6bf66a00a2d Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -187,6 +187,7 @@ private:
|
||||
void loadBreakpoints();
|
||||
void saveBreakpoints();
|
||||
void cleanupBreakpoint(BreakpointModelId id);
|
||||
void appendBreakpointInternal(const BreakpointParameters &data);
|
||||
Q_SLOT void changeLineNumberFromMarkerHelper(Debugger::Internal::BreakpointModelId id, int lineNumber);
|
||||
|
||||
struct BreakpointItem
|
||||
|
||||
Reference in New Issue
Block a user