PTP
Release 7.0

org.eclipse.ptp.debug.core.event
Interface IPDebugSuspendInfo

All Superinterfaces:
IPDebugInfo

public interface IPDebugSuspendInfo
extends IPDebugInfo

Information associated with a debugger suspend event


Method Summary
 int getDepth()
          Get the stack depth
 java.lang.String getFilename()
          Get the file name
 int getLevel()
          Get stack frame level
 int getLineNumber()
          Get the line number
 
Methods inherited from interface org.eclipse.ptp.debug.core.event.IPDebugInfo
getAllRegisteredTasks, getAllTasks, getAllUnregisteredTasks, getLaunch
 

Method Detail

getLevel

int getLevel()
Get stack frame level

Returns:

getFilename

java.lang.String getFilename()
Get the file name

Returns:

getLineNumber

int getLineNumber()
Get the line number

Returns:

getDepth

int getDepth()
Get the stack depth

Returns:

PTP
Release 7.0

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