The IRemoteStackFrame interface provides access to a stack frame of a thread running in a Java process. Each stack frame represents the state of execution of a method.
// Methods GetCallingFrame GetKind GetMethodObject GetPC SetPC