Current section
Files
Jump to
Current section
Files
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())
}).