puppeteer/new-docs/puppeteer.protocol.debugger.location.md
2020-07-13 14:01:35 +01:00

1.0 KiB

Home > puppeteer > Protocol > Debugger > Location

Protocol.Debugger.Location interface

Location in the source code.

Signature:

export interface Location 

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.