data class SetDOMBreakpointRequest
Request object containing input parameters for the DOMDebuggerDomain.setDOMBreakpoint command.
<init> |
Request object containing input parameters for the DOMDebuggerDomain.setDOMBreakpoint command. SetDOMBreakpointRequest(nodeId: NodeId, type: DOMBreakpointType) |
nodeId |
Identifier of the node to set breakpoint on. val nodeId: NodeId |
type |
Type of the operation to stop upon. val type: DOMBreakpointType |