|
|||||||||
| Home >> All >> javax >> ide >> [ debug overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package javax.ide.debug
| Class Summary | |
| ClientConnector | ClientConnectors expect extension writers to start the debuggee process
by calling Connector.startDebuggee(java.util.Map) 55 . |
| Connector | The Connector interface is used to connect to a debugging
session. |
| Debugger | The Debugger can be used to start the debuggee or to
retrieve command line options so the extension can start the debuggee
itself. |
| ServerConnector | ServerConnectors allow clients to start the debugger listening by calling
the method ServerConnector.startListening() 55 waiting for a debuggee
process to start. |
|
|||||||||
| Home >> All >> javax >> ide >> [ debug overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||