setDOMBreakpoint

suspend fun setDOMBreakpoint(args: DOMDebugger.SetDOMBreakpointParameter, mode: CommandMode = CommandMode.DEFAULT)

Sets breakpoint on particular operation with DOM.


Sets breakpoint on particular operation with DOM.

Parameters

nodeId

Identifier of the node to set breakpoint on.

type

Type of the operation to stop upon.