DebugSymbolsType Enumeration |
Version 108.4.130
Type of the debug symbols.
Namespace:
CefSharp.DevTools.Debugger
Assembly:
CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax public enum DebugSymbolsType
public enum class DebugSymbolsType
Members
| Member name | Value | Description |
---|
| None | 0 |
None
|
| SourceMap | 1 |
SourceMap
|
| EmbeddedDWARF | 2 |
EmbeddedDWARF
|
| ExternalDWARF | 3 |
ExternalDWARF
|
See Also