Current section

Files

Jump to
chrobot include protocol@debugger_CallFrame.hrl
Raw

include/protocol@debugger_CallFrame.hrl

-record(call_frame, {
call_frame_id :: protocol@debugger:call_frame_id(),
function_name :: binary(),
function_location :: gleam@option:option(protocol@debugger:location()),
location :: protocol@debugger:location(),
scope_chain :: list(protocol@debugger:scope()),
this :: protocol@runtime:remote_object(),
return_value :: gleam@option:option(protocol@runtime:remote_object())
}).