forked from qt-creator/qt-creator
re-apply enabled state to restored breakpoints
This commit is contained in:
@@ -89,6 +89,7 @@ public:
|
||||
QString bpFuncName; // function name acknowledged by the debugger engine
|
||||
QString bpAddress; // address acknowledged by the debugger engine
|
||||
bool bpMultiple; // happens in constructors/gdb
|
||||
bool bpEnabled; // enable/disable command sent
|
||||
|
||||
// taken from either user input or gdb responses
|
||||
QString markerFileName; // used to locate the marker
|
||||
|
||||
Reference in New Issue
Block a user