[Doxygen-develop] Getting Debug Info Built in the Sources
Brought to you by:
dimitri
From: Kevin M. <dol...@ao...> - 2015-08-02 20:32:04
|
Hello, As a tip for developers new to CMake, I use the following command to build doxygen and the doxywizard with debug symbols that gdb can use: "cmake -G "Unix Makefiles" -Dbuild_wizard=on -DCMAKE_BUILD_TYPE=Debug $OLDPWD" This is a necessity on Fedora to get stack traces from crashers. I think this information should be put in the BUILD.txt file in GIT. - Kevin McBride |