reason property
A 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.
Implementation
final String? reason;