Set Breakpoint On Function Call Response
data class SetBreakpointOnFunctionCallResponse(breakpointId: BreakpointId)
Content copied to clipboard
Represents response frame that is returned from Debugger#setBreakpointOnFunctionCall operation call. 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.
See also
Constructors
SetBreakpointOnFunctionCallResponse
Link copied to clipboard
Properties
breakpointId
Link copied to clipboard
Sources
jvm source
Link copied to clipboard