chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / SetBreakpointOnFunctionCallRequest

SetBreakpointOnFunctionCallRequest

data class SetBreakpointOnFunctionCallRequest

Request object containing input parameters for the DebuggerDomain.setBreakpointOnFunctionCall command.

Constructors

<init>

Request object containing input parameters for the DebuggerDomain.setBreakpointOnFunctionCall command.

SetBreakpointOnFunctionCallRequest(objectId: RemoteObjectId, condition: String? = null)

Properties

condition

Expression to use as a breakpoint condition. When specified, debugger will stop on the breakpoint if this expression evaluates to true.

val condition: String?

objectId

Function object id.

val objectId: RemoteObjectId