struct Protocol::Debugger::SetBreakpoint
- Protocol::Debugger::SetBreakpoint
- Struct
- Value
- Object
Overview
Sets JavaScript breakpoint at a given location.
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/debugger.crConstructors
Instance Method Summary
-
#actual_location : Location
Location this breakpoint resolved into.
-
#breakpoint_id : BreakpointId
Id of the created breakpoint for further reference.