public interface IPDISuspendedEvent extends IPDIEvent
Modifier and Type | Method and Description |
---|---|
int |
getDepth()
Returns the maximum level of suspended frame
|
int |
getLevel()
Returns level of current suspended frame
|
IPDISessionObject |
getReason()
Returns the session object that caused the suspension
eg:
IPDIBreakpointInfo
IPDIEndSteppingRangeInfo
IPDILocationReachedInfo
IPDISignalInfo
IPDIFunctionFinishedInfo
IPDISharedLibraryInfo
IPDIWatchpointScopeInfo
IPDIWatchpointTriggerInfo
|
int |
getThreadID()
Returns thread ID
|
String[] |
getUpdatedVariables()
Returns a list of variables that are changed
|
getSession
IPDISessionObject getReason()
String[] getUpdatedVariables()
int getThreadID()
int getLevel()
int getDepth()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.