forked from qt-creator/qt-creator
Asynchronous breakpoint handling
This commit is contained in:
@@ -97,6 +97,8 @@ private:
|
||||
|
||||
public:
|
||||
quint64 id;
|
||||
BreakpointState state;
|
||||
bool uiDirty; // ui has changed stuff
|
||||
|
||||
bool enabled; // Should we talk to the debugger engine?
|
||||
bool pending; // Does the debugger engine know about us already?
|
||||
|
||||
Reference in New Issue
Block a user