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.
|
Modifier and Type | Class and Description |
---|---|
class |
DebuggerEngine
Debugger Engine represents implementation of one debugger (Java Debugger,
CPP Debugger).
|
class |
DebuggerInfo
Contains information needed to start new debugging.
|
class |
DebuggerManager
The root class of Debugger APIs.
|
class |
Session
Session visually represents one process or application.
|
Modifier and Type | Method and Description |
---|---|
static ContextProvider |
DebuggerManager.join(ContextProvider cp1,
ContextProvider cp2)
Join two lookups together.
|
Modifier and Type | Method and Description |
---|---|
static ContextProvider |
DebuggerManager.join(ContextProvider cp1,
ContextProvider cp2)
Join two lookups together.
|
Modifier and Type | Method and Description |
---|---|
static Object |
ContextAwareSupport.createInstance(String service,
ContextProvider context)
A helper method that creates a context-aware debugger service.
|
T |
ContextAwareService.forContext(ContextProvider context)
Create a debugger service in a context.
|