DebugSymbolsType Enumeration |
Version 102.0.100
Type of the debug symbols.
Namespace:
CefSharp.DevTools.Debugger
Assembly:
CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.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