struct Protocol::Debugger::BreakpointResolved
- Protocol::Debugger::BreakpointResolved
- Struct
- Value
- Object
Overview
Fired when breakpoint is resolved to an actual script and location.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/debugger.crConstructors
Instance Method Summary
-
#breakpoint_id : BreakpointId
Breakpoint unique identifier.
-
#location : Location
Actual breakpoint location.