OptionalcolumnOptionalendEnd 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.
OptionalendThe end line of the actual range covered by the breakpoint.
OptionalidThe identifier for the breakpoint. It is needed if breakpoint events are used to update or remove breakpoints.
OptionalinstructionA memory reference to where the breakpoint is set.
OptionallineThe start line of the actual range covered by the breakpoint.
OptionalmessageA 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.
OptionaloffsetThe offset from the instruction reference. This can be negative.
OptionalreasonA machine-readable explanation of why a breakpoint may not be verified. If a breakpoint is verified or a specific reason is not known, the adapter should omit this property. Possible values include:
pending: Indicates a breakpoint might be verified in the future, but the adapter cannot verify it in the current state.failed: Indicates a breakpoint was not able to be verified, and the adapter does not believe it can be verified without intervention.OptionalsourceThe source where the breakpoint is located.
The debug adapter supports conditional breakpoints.
The debug adapter supports data breakpoints.
The debug adapter supports function breakpoints.
The debug adapter supports breakpoints that break execution after a specified number of hits.
The debug adapter supports adding breakpoints based on instruction references.
The debug adapter supports log points by interpreting the logMessage attribute of the SourceBreakpoint.
If true, the breakpoint could be set (but not necessarily at the desired location).
Start position of the source range covered by the breakpoint. It is measured in UTF-16 code units and the client capability
columnsStartAt1determines whether it is 0- or 1-based.