14 lines
550 B
Markdown
14 lines
550 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [DebugSymbols](./puppeteer.protocol.debugger.debugsymbols.md) > [type](./puppeteer.protocol.debugger.debugsymbols.type.md)
|
||
|
|
||
|
## Protocol.Debugger.DebugSymbols.type property
|
||
|
|
||
|
Type of the debug symbols.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
type: ('None' | 'SourceMap' | 'EmbeddedDWARF' | 'ExternalDWARF');
|
||
|
```
|