chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / StepOverRequest

StepOverRequest

data class StepOverRequest

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

Constructors

<init>

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

StepOverRequest(skipList: List<LocationRange>? = null)

Properties

skipList

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

val skipList: List<LocationRange>?