[Interest] getting symbols in deployed mac app

Larry Martell larry.martell at gmail.com
Tue Mar 15 15:33:39 CET 2016


I am building my Qt app with symbols so I can use lldb. I use this
cmake option "-DCMAKE_BUILD_TYPE=Debug". That indeed does make an
executable that I debug locally on the machine I built it on.

But if I then use macdeployqt to generate a dmg file, the executable
in there does not seem to have symbols, so I cannot debug it with
lldb.

Is there a way to get the symbols into the dmg executable?



More information about the Interest mailing list