Unity Issue Tracker - Debug symbols for the release build are not created when using Mono Scripting Backend and the Managed Stripping Level is disabled
Closed
UUM-60491
Debug symbols for the release build are not created when using Mono Scripting Backend and the Managed Stripping Level is disabled
Unity: Mono
Won't Fix
6.0.X
2023.3.X
2023.2.X
2022.3.X
2021.3.X
There are no fixes planned for this Bug
How to reproduce:
1. Open the “Repro” project
2. Open the Player settings window (Edit > Project Settings > Player)
3. Navigate to the Other Settings sub-menu
4. Set Scripting Backend to Mono
5. Set Managed Stripping Level to “disabled”
6. Build the project (File > Build Settings > Build)
7. Check the “Managed” folder here: YourProjectPath\Builds\WindowsTest\Repro_Data\Managed
Expected result: .pdb files are created
Actual result: .pdb are not created