SetBlackboxedRangesRequest

@Serializable
data class SetBlackboxedRangesRequest(val scriptId: ScriptId, val positions: List<ScriptPosition>)

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

Constructors

Link copied to clipboard
constructor(scriptId: ScriptId, positions: List<ScriptPosition>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

Id of the script.