ContinueToLocationRequest

@Serializable
data class ContinueToLocationRequest(val location: Location, val targetCallFrames: TargetCallFrames? = null)

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

Constructors

Link copied to clipboard
constructor(location: Location, targetCallFrames: TargetCallFrames? = null)

Types

Link copied to clipboard
class Builder(val location: Location)

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

Properties

Link copied to clipboard

Location to continue to.

Link copied to clipboard

(undocumented in the protocol definition)