mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > Debugger > BreakLocation
Protocol.Debugger.BreakLocation interface
Signature:
export interface BreakLocation
Properties
| Property | Type | Description |
|---|---|---|
| columnNumber | integer | Column number in the script (0-based). |
| lineNumber | integer | Line number in the script (0-based). |
| scriptId | Runtime.ScriptId | Script identifier as reported in the Debugger.scriptParsed. |
| type | ('debuggerStatement' | 'call' | 'return') |