Set Blackboxed Ranges Request
data class SetBlackboxedRangesRequest(scriptId: ScriptId, positions: List<ScriptPosition>)
Content copied to clipboard
Represents request frame that can be used with Debugger#setBlackboxedRanges operation call.
Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted.
See also
Constructors
SetBlackboxedRangesRequest
Link copied to clipboard
fun SetBlackboxedRangesRequest(scriptId: ScriptId, positions: List<ScriptPosition>)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard