Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DebugSymbolLevel

Options for specifying the type of debug metadata to include in debug symbol files.
Read time 1 minuteLast updated 5 days ago

Definition

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.

Fields

Value

Description

FullThe generated debug symbol files include detailed debugging information and symbol tables.
NoneUnity does not include native debug metadata in the application build.
SymbolTableThe generated debug symbol files include only symbol table section.