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

org.eclipse.debug.core.model
Interface IDebugElement

All Superinterfaces:
IAdaptable
All Known Subinterfaces:
IDebugTarget, IErrorReportingExpression, IExpression, IIndexedValue, IMemoryBlock, IMemoryBlockExtension, IRegister, IRegisterGroup, IStackFrame, IThread, IValue, IVariable, IWatchExpression
All Known Implementing Classes:
DebugElement

public interface IDebugElement
extends IAdaptable

A debug element represents an artifact in a program being debugged.

Some methods on debug elements require communication with the target program. Such methods may throw a DebugException with a status code of TARGET_REQUEST_FAILED when unable to complete a request due to a failure on the target. Methods that require communication with the target program or require the target to be in a specific state (for example, suspended), are declared as such.

Debug elements are language independent. However, language specific features can be made available via the adapter mechanism provided by IAdaptable, or by extending the debug element interfaces. A debug model is responsible for declaring any special adapters its debug elements implement.

Clients may implement this interface.


Method Summary
  IDebugTarget getDebugTarget ()
          Returns the debug target this element is contained in.
  ILaunch getLaunch ()
          Returns the launch this element is contained in.
  String getModelIdentifier ()
          Returns the unique identifier of the plug-in this debug element originated from.
 
Methods inherited from interface org.eclipse.core.runtime. IAdaptable
getAdapter
 

Method Detail

getModelIdentifier


String getModelIdentifier()
Returns the unique identifier of the plug-in this debug element originated from.

Returns:
the plug-in identifier

getDebugTarget


IDebugTarget getDebugTarget()
Returns the debug target this element is contained in.

Returns:
the debug target this element is contained in

getLaunch


ILaunch getLaunch()
Returns the launch this element is contained in.

Returns:
the launch this element is contained in

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