pl.wendigo.chrome.api.debugger / StepIntoRequest

StepIntoRequest

data class StepIntoRequest (source)

Represents request frame that can be used with Debugger#stepInto operation call.

Steps into the function call.

Link
Debugger#stepInto method documentation.

See Also

DebuggerOperations.stepInto

Constructors

<init>

StepIntoRequest(breakOnAsyncCall: Boolean? = null)

Represents request frame that can be used with Debugger#stepInto operation call.

Properties

breakOnAsyncCall

val breakOnAsyncCall: Boolean?

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