how to decode .dSYM file to explicit DWARF format?

Viewed 2648

DWARF is a debugging information format. The .dSYM file generated by Xcode contain the DWARF debugging information.

The Question is : how to decode the .dSYM file to get the human-readable DWARF information, which should like below.

enter image description here

1 Answers
Related