OptionalconditionOptionalhitAn expression that controls how many hits of the breakpoint are ignored.
The debug adapter is expected to interpret the expression as needed.
The attribute is only honored by a debug adapter if the corresponding capability supportsHitConditionalBreakpoints is true.
The instruction reference of the breakpoint.
This should be a memory or instruction pointer reference from an EvaluateResponse, Variable, StackFrame, GotoTarget, or Breakpoint.
OptionalmodeThe mode of this breakpoint. If defined, this must be one of the breakpointModes the debug adapter advertised in its Capabilities.
OptionaloffsetThe offset from the instruction reference in bytes. This can be negative.
An expression for conditional breakpoints. It is only honored by a debug adapter if the corresponding capability
supportsConditionalBreakpointsis true.