Current section

Files

Jump to
chrobot include chrobot@protocol@debugger_CallFrame.hrl
Raw

include/chrobot@protocol@debugger_CallFrame.hrl

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