StepOverParameter

@Serializable
data class StepOverParameter(val skipList: List<Debugger.LocationRange>? = null)

Constructors

Link copied to clipboard
constructor(skipList: List<Debugger.LocationRange>? = null)

Properties

Link copied to clipboard

The skipList specifies location ranges that should be skipped on step over.