-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class PauseOnAsyncCallRequest
Request object containing input parameters for the DebuggerDomain.pauseOnAsyncCall command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StackTraceIdparentStackTraceId
-
Constructor Summary
Constructors Constructor Description PauseOnAsyncCallRequest(StackTraceId parentStackTraceId)
-
Method Summary
Modifier and Type Method Description final StackTraceIdcomponent1()final PauseOnAsyncCallRequestcopy(StackTraceId parentStackTraceId)final StackTraceIdgetParentStackTraceId()Debugger will pause when async call with given stack trace is started. -
-
Constructor Detail
-
PauseOnAsyncCallRequest
PauseOnAsyncCallRequest(StackTraceId parentStackTraceId)
-
-
Method Detail
-
component1
final StackTraceId component1()
-
copy
final PauseOnAsyncCallRequest copy(StackTraceId parentStackTraceId)
-
getParentStackTraceId
final StackTraceId getParentStackTraceId()
Debugger will pause when async call with given stack trace is started.
-
-
-
-