RestartFrameParameter

@Serializable
data class RestartFrameParameter(val callFrameId: String, val mode: String? = null)

Constructors

Link copied to clipboard
constructor(callFrameId: String, mode: String? = null)

Properties

Link copied to clipboard

Call frame identifier to evaluate on.

Link copied to clipboard
val mode: String? = null

The mode parameter must be present and set to 'StepInto', otherwise restartFrame will error out.