SetBreakpointOnFunctionCallParameter

@Serializable
data class SetBreakpointOnFunctionCallParameter(val objectId: String, val condition: String? = null)

Constructors

Link copied to clipboard
constructor(objectId: String, condition: String? = null)

Properties

Link copied to clipboard
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.

Link copied to clipboard

Function object id.