Current section

Files

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

include/chrobot@protocol@runtime_CallFrame.hrl

-record(call_frame, {
function_name :: binary(),
script_id :: chrobot@protocol@runtime:script_id(),
url :: binary(),
line_number :: integer(),
column_number :: integer()
}).