Package | Description |
---|---|
org.netbeans.api.debugger |
The NetBeans Debugger Core API definition.
|
org.netbeans.spi.debugger |
The NetBeans Debugger SPI definition defines interface to Debugger
Plug-ins.
|
Class and Description |
---|
ActionsManager
Manages some set of actions.
|
ActionsManagerAdapter
Empty implementation of
ActionsManagerListener . |
ActionsManagerListener
This listener notifies about changes in the
DebuggerEngine . |
ActiveBreakpoints
This class handles an engine-related breakpoints activation/deactivation,
which is independent on their enabled/disabled state.
|
Breakpoint
Abstract definition of breakpoint.
|
Breakpoint.GroupProperties
Group properties of breakpoint.
|
Breakpoint.HIT_COUNT_FILTERING_STYLE
The style of filtering of hit counts.
|
Breakpoint.VALIDITY
Validity values
|
DebuggerEngine
Debugger Engine represents implementation of one debugger (Java Debugger,
CPP Debugger).
|
DebuggerInfo
Contains information needed to start new debugging.
|
DebuggerManager
The root class of Debugger APIs.
|
DebuggerManagerListener
This listener notifies about changes in the
DebuggerManager - breakpoints, watches
and sessions. |
LazyDebuggerManagerListener
This
DebuggerManagerListener modification is designed to be
registered in
"META-INF/debugger/org.netbeans.api.debugger.LazyDebuggerManagerListener". |
Properties
Utility class helps store properties.
|
Session
Session visually represents one process or application.
|
SessionBridge
Bridge between sessions.
|
Watch
Abstract definition of watch.
|
Watch.Pin
A base interface for a watch pin location.
|
Class and Description |
---|
DebuggerEngine
Debugger Engine represents implementation of one debugger (Java Debugger,
CPP Debugger).
|
DebuggerEngine.Destructor
This class notifies about DebuggerEngine remove from the system, and
about changes in language support.
|
DebuggerInfo
Contains information needed to start new debugging.
|
Session
Session visually represents one process or application.
|