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