Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
rb_debug_inspector_struct Struct Reference

Data Fields

rb_execution_context_tec
 
rb_control_frame_tcfp
 
VALUE backtrace
 
VALUE contexts
 
long backtrace_size
 

Detailed Description

Definition at line 1322 of file vm_backtrace.c.

Field Documentation

◆ backtrace

VALUE rb_debug_inspector_struct::backtrace

◆ backtrace_size

long rb_debug_inspector_struct::backtrace_size

Definition at line 1327 of file vm_backtrace.c.

Referenced by rb_debug_inspector_open().

◆ cfp

rb_control_frame_t* rb_debug_inspector_struct::cfp

Definition at line 1324 of file vm_backtrace.c.

Referenced by rb_debug_inspector_open().

◆ contexts

VALUE rb_debug_inspector_struct::contexts

Definition at line 1326 of file vm_backtrace.c.

Referenced by rb_debug_inspector_open().

◆ ec

rb_execution_context_t* rb_debug_inspector_struct::ec

Definition at line 1323 of file vm_backtrace.c.

Referenced by rb_debug_inspector_open().


The documentation for this struct was generated from the following file: