StepOverRequest

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

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

A builder for StepOverRequest, which allows setting the optional parameters of the DebuggerDomain.stepOver command via a lambda.

Properties

Link copied to clipboard

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