|
|||||||||
| Home >> All >> javax >> ide >> [ debug overview ] | PREV NEXT | ||||||||
A
- attachDebugger() - Method in class javax.ide.debug.ClientConnector
- Tells the debugger to attach to a debuggee process.
C
- ClientConnector - class javax.ide.debug.ClientConnector.
- ClientConnectors expect extension writers to start the debuggee process
by calling
Connector.startDebuggee(java.util.Map)55 . - ClientConnector() - Constructor for class javax.ide.debug.ClientConnector
- Connector - class javax.ide.debug.Connector.
- The
Connectorinterface is used to connect to a debugging session. - Connector() - Constructor for class javax.ide.debug.Connector
D
- Debugger - class javax.ide.debug.Debugger.
- The
Debuggercan be used to start the debuggee or to retrieve command line options so the extension can start the debuggee itself. - Debugger() - Constructor for class javax.ide.debug.Debugger
G
- getClientConnector(Context) - Method in class javax.ide.debug.Debugger
- Creates a client connector for a debugging session.
- getContext() - Method in class javax.ide.debug.Connector
- Get the javax.ide.command.Context used to create this connector.
- getDebugger() - Static method in class javax.ide.debug.Debugger
- Get the debugger implementation for this IDE.
- getOptions() - Method in class javax.ide.debug.Connector
- Get the options the extension should use when starting the debuggee.
- getServerConnector(Context) - Method in class javax.ide.debug.Debugger
- Creates a server connector for a debugging session.
I
- isConnected() - Method in class javax.ide.debug.Connector
- Check if the debugger has connected to the debuggee.
- isFinished() - Method in class javax.ide.debug.Connector
- Check if the debugger has finished debugging.
- isListening() - Method in class javax.ide.debug.ServerConnector
- Check if the debugger is listening for a debuggee connection.
J
- javax.ide.debug - package javax.ide.debug
O
- OPTION_CLASSPATH - Static variable in class javax.ide.debug.Connector
- OPTION_DEBUG_FIRST - Static variable in class javax.ide.debug.Connector
- OPTION_DEBUG_LAST - Static variable in class javax.ide.debug.Connector
- OPTION_JAVA_EXECUTABLE - Static variable in class javax.ide.debug.Connector
- OPTION_JAVA_OPTIONS - Static variable in class javax.ide.debug.Connector
- OPTION_JVM - Static variable in class javax.ide.debug.Connector
- OPTION_MAIN_CLASS - Static variable in class javax.ide.debug.Connector
- OPTION_PROGRAM_ARGUMENTS - Static variable in class javax.ide.debug.Connector
S
- ServerConnector - class javax.ide.debug.ServerConnector.
- ServerConnectors allow clients to start the debugger listening by calling
the method
ServerConnector.startListening()55 waiting for a debuggee process to start. - ServerConnector() - Constructor for class javax.ide.debug.ServerConnector
- startDebuggee(Map) - Method in class javax.ide.debug.Connector
- Start the debuggee process.
- startListening() - Method in class javax.ide.debug.ServerConnector
- Tell the debugger to start listening for and accept a connection from a debuggee.
- startListeningImpl() - Method in class javax.ide.debug.ServerConnector
- stopListening() - Method in class javax.ide.debug.ServerConnector
- Tell the listening debugger to stop listening.
- stopListeningImpl() - Method in class javax.ide.debug.ServerConnector
_
- _isListening - Variable in class javax.ide.debug.ServerConnector
A C D G I J O S _
|
|||||||||
| Home >> All >> javax >> ide >> [ debug overview ] | PREV NEXT | ||||||||