Package | Description |
---|---|
com.sun.jdi |
This is the core package of the Java Debug
Interface (JDI), it defines mirrors for values, types, and the target
VirtualMachine itself - as well bootstrapping facilities.
|
Modifier and Type | Method | Description |
---|---|---|
StackFrame |
ThreadReference.frame(int index) |
Returns the
StackFrame at the given index in the
thread's current call stack. |
Modifier and Type | Method | Description |
---|---|---|
List<StackFrame> |
ThreadReference.frames() |
Returns a List containing each
StackFrame in the
thread's current call stack. |
List<StackFrame> |
ThreadReference.frames(int start,
int length) |
Returns a List containing a range of
StackFrame mirrors
from the thread's current call stack. |
Modifier and Type | Method | Description |
---|---|---|
boolean |
LocalVariable.isVisible(StackFrame frame) |
Determines whether this variable can be accessed from the given
StackFrame . |
void |
ThreadReference.popFrames(StackFrame frame) |
Pop stack frames.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1999, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b153-2