| Modifier and Type | Method and Description |
|---|---|
StackTrace |
Debugger.getStackTrace(StackTraceId stackTraceId)
Returns stack trace with given `stackTraceId`.
|
void |
Debugger.pauseOnAsyncCall(StackTraceId parentStackTraceId) |
| Modifier and Type | Method and Description |
|---|---|
StackTraceId |
Paused.getAsyncCallStackTraceId()
Just scheduled async call will have this stack trace as parent stack during async execution.
|
StackTraceId |
Paused.getAsyncStackTraceId()
Async stack trace, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Paused.setAsyncCallStackTraceId(StackTraceId asyncCallStackTraceId)
Just scheduled async call will have this stack trace as parent stack during async execution.
|
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 © 2020. All rights reserved.