Skip to main content
Debugger.BreakLocation.columnNumber - inspector - Node documentation
property Debugger.BreakLocation.columnNumber

Usage in Deno

import { type Debugger } from "node:inspector";

Column number in the script (0-based).

Type

number | undefined