Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.eclipse.debug.core

Interface Summary
IBreakpointListener A breakpoint listener is notified of breakpoint additions, removals, and changes.
IBreakpointManager The breakpoint manager manages the collection of breakpoints in the workspace.
IBreakpointManagerListener A breakpoint manager listener is notified when the breakpoint manager's enablement changes.
IBreakpointsListener A breakpoints listener is notified of breakpoint additions, removals, and changes.
IDebugEventFilter An event filter allows clients to intercept debug events.
IDebugEventSetListener A debug event set listener registers with the debug plug-in to receive event notification from programs being run or debugged.
IExpressionListener An expression listener is notified of expression additions, removals, and changes.
IExpressionManager The expression manager manages the collection of registered expressions in the workspace.
IExpressionsListener An expression listener is notified of expression additions, removals, and changes.
ILaunch A launch is the result of launching a debug session and/or one or more system processes.
ILaunchConfiguration A launch configuration describes how to launch an application.
ILaunchConfigurationListener Notified when a launch configuration is created, deleted, or changed.
ILaunchConfigurationType Describes and creates instances of a specific type of launch configuration.
ILaunchConfigurationWorkingCopy An editable copy of a launch configuration.
ILaunchesListener A launches listener is notified of launches as they are added and removed from the launch manager.
ILaunchesListener2 Enhancements to the launches listener interface.
ILaunchListener A launch listener is notified of launches as they are added and removed from the launch manager.
ILaunchManager The launch manager manages the set of registered launches, maintaining a collection of active processes and debug targets.
ILaunchMode A launch mode.
ILogicalStructureType Provides a value representing the logical structure of a raw implementation value from a debug model.
IProcessFactory A process factory is used to override default process (IProcess) creation by the debug plug-in, and can be contributed via plug-in XML.
IStatusHandler A status handler registers to handle a specific status - error or otherwise.
IStreamListener A stream listener is notified of changes to a stream monitor.
 

Class Summary
DebugEvent A debug event describes an event in a program being debugged or in a running process.
DebugPlugin There is one instance of the debug plug-in available from DebugPlugin.getDefault().
Launch A launch is the result of launching a debug session and/or one or more system processes.
 

Exception Summary
DebugException A checked exception representing a failure.