Current section

Files

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

include/chrobot@protocol@debugger_Location.hrl

-record(location, {
script_id :: chrobot@protocol@runtime:script_id(),
line_number :: integer(),
column_number :: gleam@option:option(integer())
}).