PauseOnAsyncCallRequest

@Serializable
data class PauseOnAsyncCallRequest(val parentStackTraceId: StackTraceId)

Deprecated

Deprecated in the Chrome DevTools protocol

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

Constructors

Link copied to clipboard
constructor(parentStackTraceId: StackTraceId)

Properties

Link copied to clipboard

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