Current section

Files

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

include/chrobot@protocol@debugger_BreakLocation.hrl

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