Skip to main content
interface Debugger.ScriptPosition
unstable

Location in the source code.

Properties

lineNumber: number
columnNumber: number
Back to top