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.
Break 'break' command.
CancelTraceClasses 'cancel_trace_classes' command.
CancelTraceMethods 'cancel_trace_methods' command.
CancelTraceThreads 'cancel_trace_threads' command.
Clear 'clear' command.
CommandHandler Abstract class that provides most of the implementation of the command handlers.
CommandRegistry Each command has a command id associated with it, that is used by jde, to match with the corresponding result/error.
DebugCommand Class of debugger commands.
DebugCommandFactory DebugCommandFactory.java Created: Fri Jan 28 22:04:57 2000 Copyright (c) 2000, 2001, 2003 Paul Kinnucan
DebugProcessCommand DebugProcessCommand.java Created: Fri Jan 28 21:58:06 2000 Copyright (c) 2000, 2001, 2003 Paul Kinnucan
DebugSessionCommand DebugSessionCommand.java Created: Fri Jan 28 21:59:32 2000
DebugThread Stops the VM and debug the specified thread.
EvaluateExpression 'evaluate' command.
Finish 'finish' command.
GetArray 'get_array' command.
GetLoadedClasses 'get_loaded_classes' command.
GetLocals Gets the local variables in a specified stack frame.
GetObject 'get_object' command.
GetObjectMonitors 'get_object_monitors' command.
GetPathInfo 'get_path_information' command.
GetString 'get_string' command.
GetThis Gets the "this" object of a specified stack frame.
GetThread 'get_thread' command.
GetThreads List all threads.
Interrupt 'interrupt' command.
KillThread 'kill thread' command.
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.
NullCommand A command that does nothing.
ProcessCommandHandler A command handler for DebugProcessCommands.
Quit Kills the debugger.
Resume 'resume' command.
Run Runs an application.
SessionCommandHandler A command handler that handles only instances of DebugSessionCommand.
Step 'step' command.
Suspend 'suspend' command.
TraceClasses 'trace_classes' command.
TraceExceptions 'trace_exceptions' command.
TraceMethods 'trace_methods' command.
TraceThreads 'trace_threads' command.
Watch 'watch' command.