Set Breakpoint On Function Call Request
data class SetBreakpointOnFunctionCallRequest(objectId: RemoteObjectId, condition: String?)
Content copied to clipboard
Represents request frame that can be used with 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
SetBreakpointOnFunctionCallRequest
Link copied to clipboard
fun SetBreakpointOnFunctionCallRequest(objectId: RemoteObjectId, condition: String? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard