Eclipse Platform
2.1

Uses of Package
org.eclipse.debug.core

Packages that use org.eclipse.debug.core
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events. 
org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.debug.ui.actions

Provides a set of actions related to running and debugging applications. 

 

Classes in org.eclipse.debug.core used by org.eclipse.debug.core
DebugEvent
          A debug event describes an event in a program being debugged or in a running process.
DebugException
          A checked exception representing a failure.
DebugPlugin
          There is one instance of the debug plug-in available from DebugPlugin.getDefault().
IBreakpointListener
          A breakpoint listener is notified of breakpoint additions, removals, and changes.
IBreakpointManager
          The breakpoint manager manages the collection of breakpoints in the workspace.
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.
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.
IStatusHandler
          A status handler registers to handle a specific status - error or otherwise.
 

Classes in org.eclipse.debug.core used by org.eclipse.debug.core.model
DebugException
          A checked exception representing a failure.
IBreakpointListener
          A breakpoint listener is notified of breakpoint 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.
IStreamListener
          A stream listener is notified of changes to a stream monitor.
 

Classes in org.eclipse.debug.core used by org.eclipse.debug.ui
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.
ILaunchConfigurationWorkingCopy
          An editable copy of a launch configuration.
ILaunchManager
          The launch manager manages the set of registered launches, maintaining a collection of active processes and debug targets.
 

Classes in org.eclipse.debug.core used by org.eclipse.debug.ui.actions
ILaunchConfiguration
          A launch configuration describes how to launch an application.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.