pl.wendigo.chrome.api.debugger / PauseOnAsyncCallRequest

PauseOnAsyncCallRequest

data class PauseOnAsyncCallRequest (source)

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

Link
Debugger#pauseOnAsyncCall method documentation.

See Also

DebuggerOperations.pauseOnAsyncCall

Constructors

<init>

PauseOnAsyncCallRequest(parentStackTraceId: StackTraceId)

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

Properties

parentStackTraceId

val parentStackTraceId: StackTraceId

Debugger will pause when async call with given stack trace is started.