Debugger: Add condition expression member to UserBreakpoint.
- UserBreakpoint and its corresponding settings classes now store/recall an optional condition expression.
This commit is contained in:
@@ -2122,6 +2122,7 @@ TeamDebugger::_LoadSettings()
|
||||
BReference<UserBreakpoint> breakpointReference(breakpoint, true);
|
||||
|
||||
breakpoint->SetHidden(breakpointSetting->IsHidden());
|
||||
breakpoint->SetCondition(breakpointSetting->Condition());
|
||||
|
||||
// install it
|
||||
fBreakpointManager->InstallUserBreakpoint(breakpoint,
|
||||
|
||||
Reference in New Issue
Block a user