PTP
Release 7.0

org.eclipse.ptp.debug.core.model
Interface IPDebugElement

All Known Subinterfaces:
IPAIF, IPDebugTarget, IPGlobalVariable, IPModule, IPRegister, IPSignal, IPStackFrame, IPThread, IPValue, IPVariable

public interface IPDebugElement

Represents an artifact in the program being debugged.


Method Summary
 Object getCurrentStateInfo()
          Get the current state info
 int getID()
          Get the element ID
 IPSession getSession()
          Get the debug session
 PDebugElementState getState()
          Get the element state
 

Method Detail

getCurrentStateInfo

Object getCurrentStateInfo()
Get the current state info

Returns:

getID

int getID()
Get the element ID

Returns:

getSession

IPSession getSession()
Get the debug session

Returns:

getState

PDebugElementState getState()
Get the element state

Returns:

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.