Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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.commands

Provides a set of interfaces for common debug commands. 

org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
org.eclipse.debug.core.sourcelookup Provides support for source lookup. 
org.eclipse.debug.core.sourcelookup.containers Provides implementations of common source containers supporting source lookup. 
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. 

org.eclipse.debug.ui.contexts

Provides a set of interfaces and classes for debug context management. 

org.eclipse.debug.ui.memory Provides classes and interfaces to render memory blocks in the memory view. 
org.eclipse.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities. 
 

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.
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.
ILaunchDelegate
          A proxy to an ILaunchConfigurationDelegate.
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.
ILaunchMode
          A launch mode.
ILogicalStructureType
          Provides a value representing the logical structure of a raw implementation value from a debug model.
IMemoryBlockListener
          A memory block listener is notified of the addition and removal of memory blocks with the memory block manager.
IMemoryBlockManager
          Manages registered memory blocks in the workspace.
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.commands
IRequest
          Common base interface for an asynchronously processed request.
 

Classes in org.eclipse.debug.core used by org.eclipse.debug.core.model
DebugEvent
          A debug event describes an event in a program being debugged or in a running process.
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.core.sourcelookup
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.
ILaunchListener
          A launch listener is notified of launches as they are added and removed from the launch manager.
 

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

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.
ILaunchConfigurationType
          Describes and creates instances of a specific type of launch configuration.
ILaunchConfigurationWorkingCopy
          An editable copy of a launch configuration.
ILaunchDelegate
          A proxy to an ILaunchConfigurationDelegate.
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
DebugEvent
          A debug event describes an event in a program being debugged or in a running process.
IBreakpointManagerListener
          A breakpoint manager listener is notified when the breakpoint manager's enablement changes.
IDebugEventSetListener
          A debug event set listener registers with the debug plug-in to receive event notification from programs being run or debugged.
ILaunchConfiguration
          A launch configuration describes how to launch an application.
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.contexts
ILaunch
          A launch is the result of launching a debug session and/or one or more system processes.
 

Classes in org.eclipse.debug.core used by org.eclipse.debug.ui.memory
DebugException
          A checked exception representing a failure.
 

Classes in org.eclipse.debug.core used by org.eclipse.debug.ui.sourcelookup
ILaunchConfiguration
          A launch configuration describes how to launch an application.
ILaunchConfigurationWorkingCopy
          An editable copy of a launch configuration.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire