Package jde.debugger.command

Class Summary
AttachShmem Attaches to an already running application through shared memory.
AttachSocket Attaches to an already running application through a socket.
DebugApplicationCommand DebugApplicationCommand.java Created: Fri Jan 28 21:58:06 2000
DebugCommand Class of debugger commands.
DebugCommandFactory DebugCommandFactory.java Created: Fri Jan 28 22:04:57 2000
DebugSessionCommand DebugSessionCommand.java Created: Fri Jan 28 21:59:32 2000
EvaluateExpression 'evaluate' command.
GetArray 'get_array' command.
GetLocals Gets the local variables in a specified stack frame.
GetString 'get_string' command.
GetThis Gets the "this" object of a specified stack frame.
LaunchApplication Launches an application.
ListenShmem Listens in shared memory for a debuggee vm requesting debug services.
ListenSocket Listens on a socket for a debuggee application requesting debug services.
Quit Kills the debugger.
Run Runs an application.
Step 'step' command.