DebugSymbolLevel
Options for specifying the type of debug metadata to include in debug symbol files.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: Unity.Android.Types
- Assembly: Unity.Android.Types
public enum DebugSymbolLevel
Remarks
You can either include a symbol table that translates active memory addresses into method names, or complete debugging information for in-depth debugging.
Additional Resources: UserBuildSettings.DebugSymbols.level, debugSymbolLevel
Fields
Value | Description |
|---|---|
| Full | The generated debug symbol files include detailed debugging information and symbol tables. |
| None | Unity does not include native debug metadata in the application build. |
| SymbolTable | The generated debug symbol files include only symbol table section. |