StepOverRequest

@Serializable
data class StepOverRequest(val skipList: List<LocationRange>? = null)(source)

Request object containing input parameters for the DebuggerDomain.stepOver command.

Constructors

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

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

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