SetPausedInDebuggerMessageParameter

@Serializable
data class SetPausedInDebuggerMessageParameter(val message: String? = null)

Constructors

Link copied to clipboard
constructor(message: String? = null)

Properties

Link copied to clipboard
val message: String? = null

The message to display, also triggers resume and step over controls.