Optional
columnStart position of the source range covered by the breakpoint. It is measured in UTF-16 code units and the client capability columnsStartAt1
determines whether it is 0- or 1-based.
Optional
endEnd position of the source range covered by the breakpoint. It is measured in UTF-16 code units and the client capability columnsStartAt1
determines whether it is 0- or 1-based.
If no end line is given, then the end column is assumed to be in the start line.
Optional
endThe end line of the actual range covered by the breakpoint.
Optional
idThe identifier for the breakpoint. It is needed if breakpoint events are used to update or remove breakpoints.
Optional
instructionA memory reference to where the breakpoint is set.
Optional
lineThe start line of the actual range covered by the breakpoint.
Optional
messageA message about the state of the breakpoint. This is shown to the user and can be used to explain why a breakpoint could not be verified.
Optional
offsetThe offset from the instruction reference. This can be negative.
Optional
sourceThe source where the breakpoint is located.
If true, the breakpoint could be set (but not necessarily at the desired location).
Single breakpoint in an editor.