data class SetBreakpointOnFunctionCallRequest
Request object containing input parameters for the DebuggerDomain.setBreakpointOnFunctionCall command.
<init> |
Request object containing input parameters for the DebuggerDomain.setBreakpointOnFunctionCall command. SetBreakpointOnFunctionCallRequest(objectId: RemoteObjectId, condition: String? = null) |
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 |