SetBreakpointParameterType

sealed external interface SetBreakpointParameterType(source)

Properties

Link copied to clipboard
abstract var condition: String?

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

Link copied to clipboard
abstract var location: Location

Location to set breakpoint in.