StackFrame class¶
Represents a stack frame in the target process.
- 
class 
DbgScript::StackFrame¶ 
- 
StackFrame#frame_number -> Integer Get the frame number of this stack frame.
- 
StackFrame#instruction_offset -> Integer Get the virtual address of the frame’s current instruction.
- 
StackFrame#get_locals -> array of TypedObject Get the local variables in the stack frame.
- 
StackFrame#get_args -> array of TypedObject Similar to
get_localsexcept return the arguments only.