Hello,
I want to generate a DWARF file. I was looking in the project settings and found the following settings. I checked the "Displat DWARF&Debug information" settings. I selected the debug format as DWARF. I cleaned the project and build it. I did not find any ".dwarf files" in the output files. Cand the information be found in the ELF file? Is it generated as an ELF file instead of a DWARF file?
解決済! 解決策の投稿を見る。
It does not generate any additional file.
DWARF only chooses debugging information format used in the ELF file.
It does not generate any additional file.
DWARF only chooses debugging information format used in the ELF file.