Eclipse Platform
2.1

Uses of Interface
org.eclipse.debug.core.model.IDebugElement

Packages that use IDebugElement
org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
 

Uses of IDebugElement in org.eclipse.debug.core.model
 

Subinterfaces of IDebugElement in org.eclipse.debug.core.model
 interface IDebugTarget
          A debug target is a debuggable execution context.
 interface IExpression
          An expression is a snippet of code that can be evaluated to produce a value.
 interface IMemoryBlock
          A contiguous segment of memory in an execution context.
 interface IRegister
          A register is a special kind of variable that is contained in a register group.
 interface IRegisterGroup
          A register group is a group of registers that are assigned to a stack frame.
 interface IStackFrame
          A stack frame represents an execution context in a suspended thread.
 interface IThread
          A thread is a sequential flow of execution in a debug target.
 interface IValue
          A value represents the value of a variable.
 interface IVariable
          A variable represents a visible data structure in a stack frame or value.
 


Eclipse Platform
2.1

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