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