Current section

Files

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

include/chrobot@protocol@debugger_Scope.hrl

-record(scope, {
type_ :: chrobot@protocol@debugger:scope_type(),
object :: chrobot@protocol@runtime:remote_object(),
name :: gleam@option:option(binary()),
start_location :: gleam@option:option(chrobot@protocol@debugger:location()),
end_location :: gleam@option:option(chrobot@protocol@debugger:location())
}).