Properties of a breakpoint location returned from the 'breakpointLocations' request.

Fields

line:Int

Start line of breakpoint location.

@:optionaloptionalendLine:Null<Int>

Optional end line of breakpoint location if the location covers a range.

@:optionaloptionalendColumn:Null<Int>

Optional end column of breakpoint location if the location covers a range.

@:optionaloptionalcolumn:Null<Int>

Optional start column of breakpoint location.