Package | Description |
---|---|
de.uka.ilkd.key.symbolic_execution.strategy.breakpoint |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConditionalBreakpoint
Adds the funtionality to breakpoints to evaluate conditions.
|
class |
AbstractHitCountBreakpoint
Adds the hit count functionality to an
AbstractBreakpoint . |
class |
ExceptionBreakpoint
This
ExceptionBreakpoint represents an exception breakpoint and is responsible to tell the debugger to stop execution when the respective
breakpoint is hit. |
class |
FieldWatchpoint
This
FieldWatchpoint represents a Java watchpoint and is responsible to tell the debugger to stop execution when the respective
variable is accessed or modified. |
class |
KeYWatchpoint
This
KeYWatchpoint represents a KeY watchpoint and is responsible to tell the debugger to stop execution when the respective
watchpoint evaluates its condition to true. |
class |
LineBreakpoint |
class |
MethodBreakpoint |
class |
SymbolicExecutionExceptionBreakpoint
This
SymbolicExecutionExceptionBreakpoint represents an exception breakpoint and is responsible to tell the debugger to stop execution when the respective
breakpoint is hit. |
Copyright © 2003-2019 The KeY-Project.