| Package | Description |
|---|---|
| javax.ide.debug |
Debbuger API used by extensions to initiate a debugging session.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientConnector
ClientConnectors expect extension writers to start the debuggee process
by calling
startDebuggee(Map). |
class |
ServerConnector
ServerConnectors allow clients to start the debugger listening by calling
the method
ServerConnector.startListening() waiting for a debuggee
process to start. |