| Modifier and Type | Method and Description |
|---|---|
StackTrace |
Debugger.getStackTrace(StackTraceId stackTraceId)
Returns stack trace with given `stackTraceId`.
|
void |
Debugger.pauseOnAsyncCall(StackTraceId parentStackTraceId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StackTraceId |
Paused.getAsyncCallStackTraceId()
Never present, will be removed.
|
StackTraceId |
Paused.getAsyncStackTraceId()
Async stack trace, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Paused.setAsyncCallStackTraceId(StackTraceId asyncCallStackTraceId)
Never present, will be removed.
|
void |
Paused.setAsyncStackTraceId(StackTraceId asyncStackTraceId)
Async stack trace, if any.
|
| Modifier and Type | Method and Description |
|---|---|
StackTraceId |
RestartFrame.getAsyncStackTraceId()
Async stack trace, if any.
|
StackTraceId |
SetScriptSource.getAsyncStackTraceId()
Async stack trace, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestartFrame.setAsyncStackTraceId(StackTraceId asyncStackTraceId)
Async stack trace, if any.
|
void |
SetScriptSource.setAsyncStackTraceId(StackTraceId asyncStackTraceId)
Async stack trace, if any.
|
| Modifier and Type | Method and Description |
|---|---|
StackTraceId |
StackTrace.getParentId()
Asynchronous JavaScript stack trace that preceded this stack, if available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackTrace.setParentId(StackTraceId parentId)
Asynchronous JavaScript stack trace that preceded this stack, if available.
|
Copyright © 2021 Kenan Klisura. All rights reserved.