SetDOMBreakpointRequest

@Serializable
data class SetDOMBreakpointRequest(val nodeId: NodeId, val type: DOMBreakpointType)

Request object containing input parameters for the DOMDebuggerDomain.setDOMBreakpoint command.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, type: DOMBreakpointType)

Properties

Link copied to clipboard

Identifier of the node to set breakpoint on.

Link copied to clipboard

Type of the operation to stop upon.