mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
621 B
621 B
Home > puppeteer > Protocol > Debugger > ScriptParsedEvent > debugSymbols
Protocol.Debugger.ScriptParsedEvent.debugSymbols property
If the scriptLanguage is WebASsembly, the source of debug symbols for the module.
Signature:
debugSymbols?: Debugger.DebugSymbols;