StepIntoParameter

@Serializable
data class StepIntoParameter(val breakOnAsyncCall: Boolean? = null, val skipList: List<Debugger.LocationRange>? = null)

Constructors

Link copied to clipboard
constructor(breakOnAsyncCall: Boolean? = null, skipList: List<Debugger.LocationRange>? = null)

Properties

Link copied to clipboard

Debugger will pause on the execution of the first async task which was scheduled before next pause.

Link copied to clipboard

The skipList specifies location ranges that should be skipped on step into.