Arguments for "setBreakpoints" request.

Fields

@:optionaloptionalsourceModified:Null<Bool>

A value of true indicates that the underlying source has been modified which results in new breakpoint locations.

source:Source

The source location of the breakpoints; either 'source.path' or 'source.reference' must be specified.

@:optionaloptionallines:Null<Array<Int>>

Deprecated:

Deprecated: The code locations of the breakpoints.

@:optionaloptionalbreakpoints:Null<Array<SourceBreakpoint>>

The code locations of the breakpoints.