condition

val condition: String? = null

Expression to use as a breakpoint condition. When specified, debugger will stop on the breakpoint if this expression evaluates to true.

Sources

jvm source
Link copied to clipboard