Current section

Files

Jump to
chrobot include protocol@debugger_BreakLocation.hrl
Raw

include/protocol@debugger_BreakLocation.hrl

-record(break_location, {
script_id :: protocol@runtime:script_id(),
line_number :: integer(),
column_number :: gleam@option:option(integer()),
type_ :: gleam@option:option(protocol@debugger:break_location_type())
}).