public interface ChangeDebugger extends Debugger
step actions
with respect to the
current change events.Modifier and Type | Method and Description |
---|---|
void |
stopOnBreakpoint(Change change)
Suspends the execution of a process if a breakpoint matching the
Change is hit or if the change conforms to the
DebuggerAction request. |
void stopOnBreakpoint(Change change)
Change
is hit or if the change conforms to the
DebuggerAction
request.change
- the change event used for breakpoint and/or action evaluationCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.