public interface IStackFrame
Modifier and Type | Method and Description |
---|---|
int[] |
getLocalObjectsIds()
Returns the object IDs of all objects referenced from this stack frame -
both Java and JNI local objects
|
String |
getText()
Get the text representation of the stack frame
|
int[] getLocalObjectsIds()
String getText()