data class SetBreakpointRequest
Request object containing input parameters for the DebuggerDomain.setBreakpoint command.
<init> |
Request object containing input parameters for the DebuggerDomain.setBreakpoint command. SetBreakpointRequest(location: Location, condition: String? = null) |
condition |
Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. val condition: String? |
location |
Location to set breakpoint in. val location: Location |