pl.wendigo.chrome.api.debugger / SetBreakpointOnFunctionCallResponse

SetBreakpointOnFunctionCallResponse

data class SetBreakpointOnFunctionCallResponse (source)

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.

Link
Debugger#setBreakpointOnFunctionCall method documentation.

See Also

DebuggerOperations.setBreakpointOnFunctionCall

Constructors

<init>

SetBreakpointOnFunctionCallResponse(breakpointId: BreakpointId)

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.

Properties

breakpointId

val breakpointId: BreakpointId

Id of the created breakpoint for further reference.