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

PauseOnAsyncCallRequest

data class PauseOnAsyncCallRequest
Deprecated: Deprecated in the Chrome DevTools protocol

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

Constructors

<init>

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

PauseOnAsyncCallRequest(parentStackTraceId: StackTraceId)

Properties

parentStackTraceId

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

val parentStackTraceId: StackTraceId