Class Summary |
BreakpointEvent |
An event which indicates that a breakpoint has changed status. |
BreakpointGroup |
Class BreakpointGroup acts as a container for breakpoints. |
BreakpointManager |
Class BreakpointManager defines is responsible for managing groups
of breakpoints. |
Bundle |
Class Bundle contains a java.util.ResourceBundle and
provides some simple access methods to it. |
CommandMonitor |
Class CommandMonitor executes a given command when invoked. |
DefaultBreakpoint |
Defines the default breakpoint class. |
ExceptionBreakpoint |
Class ExceptionBreakpoint implements the Breakpoint interface. |
GroupEvent |
An event which indicates that a group has changed status. |
LineBreakpoint |
Class LineBreakpoint extends the LocationBreakpoint class. |
LocationBreakpoint |
Class LocationBreakpoint is the base class for all breakpoints that
are based on a particular location in code. |
MethodBreakpoint |
Class MethodBreakpoint extends the LocationBreakpoint class. |
PatternReferenceTypeSpec |
Class PatternReferenceTypeSpec is used for specifying classes. |
ResolvableBreakpoint |
Class ResolvableBreakpoint represents a breakpoint that requires
resolution against a class in the debuggee VM. |
TraceBreakpoint |
Class TraceBreakpoint implements the Breakpoint interface. |
ValueCondition |
Class ValueCondition implements a breakpoint conditional that is
satisfied when a field or local variable is equal to a particular
value. |
Contains classes for creating breakpoint requests, which allow the user to
cause execution of the target VM to stop for any of a number of reasons.