dSYM Debug File (*.dSYM)
Go Up to File Types Index
When you build a project for iOS Device - 64 bit, RAD Studio generates a dSYM debug file if:
- In Delphi, you enable the Debug information option in Project > Options > Bulding > Delphi Compiler > Linking.
- In C++, you enable the Full debug information option in Project > Options > Bulding > C++ Linker.
Note: Packages (Delphi) do not generate dSYM debug files.
When you build your project, your dSYM debug file is generated by default as <project>.dsym
into C:\Users\<user>\Documents\Embarcadero\Studio\Projects\<project>\<platform>\<build configuration>
.
To change the output directory:
- In Delphi, use the Output directory option in Project > Options > Bulding > Delphi Compiler.
- In C++, use the Final output directory option in Project > Options > Bulding > C++ (Shared Options).