data class PauseOnAsyncCallRequestRequest object containing input parameters for the DebuggerDomain.pauseOnAsyncCall command.
<init> |
Request object containing input parameters for the DebuggerDomain.pauseOnAsyncCall command. PauseOnAsyncCallRequest(parentStackTraceId: StackTraceId) |
parentStackTraceId |
Debugger will pause when async call with given stack trace is started. val parentStackTraceId: StackTraceId |