825 B
825 B
Home > puppeteer > Protocol > Debugger > DebugSymbols
Protocol.Debugger.DebugSymbols interface
Debug symbols available for a wasm script.
Signature:
export interface DebugSymbols
Properties
Property | Type | Description |
---|---|---|
externalURL | string | URL of the external symbol source. |
type | ('None' | 'SourceMap' | 'EmbeddedDWARF' | 'ExternalDWARF') | Type of the debug symbols. |