logMessage property

String? logMessage
final

If this attribute exists and is non-empty, the debug adapter must not 'break' (stop) but log the message instead. Expressions within {} are interpolated. The attribute is only honored by a debug adapter if the corresponding capability supportsLogPoints is true. If either hitCondition or condition is specified, then the message should only be logged if those conditions are met.

Implementation

final String? logMessage;