ContinueToLocationParameter

@Serializable
data class ContinueToLocationParameter(val location: Debugger.Location, val targetCallFrames: String? = null)

Constructors

Link copied to clipboard
constructor(location: Debugger.Location, targetCallFrames: String? = null)

Properties

Link copied to clipboard

Location to continue to.

Link copied to clipboard