condition property

String? condition
final

An expression for conditional breakpoints. It is only honored by a debug adapter if the corresponding capability supportsConditionalBreakpoints is true.

Implementation

final String? condition;