breakpoint
Control debug pauses and logpoints in Chrome DevTools: set, remove, list, and manage conditional pauses on lines, DOM changes, events, or network requests.
Instructions
Manage breakpoints and logpoints. Actions: set (line breakpoint), remove (remove by ID), list (list all), setLogpoint (log without pausing), validate (test expressions), resetCounter (reset logpoint counter), waitForScript (wait for script load), setDOMBreakpoint (pause when element changes), setEventBreakpoint (pause when event fires), setXHRBreakpoint (pause on network requests), await (set breakpoint and wait for hit - user can abort)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| action | Yes | ||
| timeout | No | Timeout ms | |
| selector | No | ||
| condition | No | ||
| eventName | No | Event: click, submit, input, keydown... | |
| lineNumber | No | ||
| logMessage | No | Message with {expr} interpolation | |
| targetName | No | Filter by element type | |
| urlPattern | No | URL substring to match | |
| breakpointId | No | ||
| columnNumber | No | ||
| maxExecutions | No | ||
| connectionReason | No | ||
| includeCallStack | No | ||
| includeVariables | No | ||
| domBreakpointType | No |