struct Protocol::Debugger::SetBreakpointOnFunctionCall
- Protocol::Debugger::SetBreakpointOnFunctionCall
- Struct
- Value
- Object
Overview
Sets JavaScript breakpoint before each call to the given function. If another function was created from the same source as a given one, calling it will also trigger the breakpoint.
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/debugger.crConstructors
Instance Method Summary
-
#breakpoint_id : BreakpointId
Id of the created breakpoint for further reference.