Version: Unity 6.2 (6000.2)
LanguageEnglish
  • C#

DebugSymbolLevel

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Options for specifying the type of debug metadata to include in debug symbol files.

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

Properties

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