re-apply enabled state to restored breakpoints

This commit is contained in:
Oswald Buddenhagen
2009-06-10 10:30:48 +02:00
parent bab72215c8
commit d7c573054c
2 changed files with 16 additions and 2 deletions

View File

@@ -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