Uses of Interface
org.eclipse.debug.core.commands.IDebugCommandHandler
Packages that use IDebugCommandHandler
Package
Description
Provides a set of interfaces for common debug commands.
-
Uses of IDebugCommandHandler in org.eclipse.debug.core.commands
Subinterfaces of IDebugCommandHandler in org.eclipse.debug.core.commandsModifier and TypeInterfaceDescriptioninterfaceA disconnect handler disconnects the debug user interface from a debug session.interfaceA drop to frame handler typically resets a program's instruction pointer to the first executable line of code associated with a stack frame.interfaceA restart command allows the debugger to quickly restart the current debug session without terminating and re-launching.interfaceA resume handler typically resumes execution of a suspended thread or target.interfaceA step filters handler typically toggles the use of step filters in a debug session based on the user preference setting.interfaceA step into handler typically steps into the next instruction to be executed.interfaceA step over handler typically steps over the next instruction or line of code to be executed.interfaceA step return handler typically steps out of the current method or function that the debugger is suspended in.interfaceA suspend handler typically suspends an executing thread or target.interfaceA terminate handler typically terminates an executing thread or target.Classes in org.eclipse.debug.core.commands that implement IDebugCommandHandlerModifier and TypeClassDescriptionclassAbstract implementation of a debug command handler.