Uses of Interface
com.pnfsoftware.jeb.core.units.code.debug.IDebuggerThreadStackFrame
Packages that use IDebuggerThreadStackFrame
-
Uses of IDebuggerThreadStackFrame in com.pnfsoftware.jeb.core.units.code.debug
Methods in com.pnfsoftware.jeb.core.units.code.debug that return IDebuggerThreadStackFrameModifier and TypeMethodDescriptionIDebuggerThread.getFrame
(int index) Get a stack frame by index.Methods in com.pnfsoftware.jeb.core.units.code.debug that return types with arguments of type IDebuggerThreadStackFrameModifier and TypeMethodDescriptionList<? extends IDebuggerThreadStackFrame>
IDebuggerThread.getFrames()
Get the list of stack frames in the current thread.