puppeteer/new-docs/puppeteer.protocol.debugger.setscriptsourceresponse.md
2020-07-13 14:01:35 +01:00

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.