mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.5 KiB
1.5 KiB
Home > puppeteer > Protocol > Debugger > SetScriptSourceResponse
Protocol.Debugger.SetScriptSourceResponse interface
Signature:
export interface SetScriptSourceResponse
Properties
| Property | Type | Description |
|---|---|---|
| asyncStackTrace | Runtime.StackTrace | Async stack trace, if any. |
| asyncStackTraceId | Runtime.StackTraceId | Async stack trace, if any. |
| callFrames | CallFrame[] | New stack trace in case editing has happened while VM was stopped. |
| exceptionDetails | Runtime.ExceptionDetails | Exception details if any. |
| stackChanged | boolean | Whether current call stack was modified after applying the changes. |