|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
Breakpoint | Represents one breakpoint. |
Debugger | Provides a minimal interface between the IDE and a debugger. |
DebuggerInfo | Contains information about a class to debug. |
DebuggerType | Defines one debugger type. |
DebuggerType.Default | Default debugger type. |
Watch | Represents one debugger watch. |
Exception Summary | |
DebuggerException | An exception occurring in the debugger. |
DebuggerNotFoundException | Exception indicating that the debugger itself could not be loaded properly. |
The IDE can support plugged-in implementations of an abstract debugger interface.
The Debugger API permits a new debugger to be inserted into the system, largely reusing the existing user interface, and permitting extra functionality to be exposed via nodes if needed. The API may also be used to control the system debugger, especially to add private variable watches to the debugged process that may be used to create a richer debugging environment.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |