dSYM Debug File (*.dSYM)

From RAD Studio
Jump to: navigation, search

Go Up to File Types Index


When you build a project for iOS Device - 32 bit or iOS Device - 64 bit, RAD Studio generates a dSYM debug file if:

  • In Delphi, you enable the Debug information option in Project > Options > Delphi Compiler > Linking.
  • In C++, you enable the Full debug information option in Project > Options > 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:

See Also