
This post has been edited 1 times, last edit by "trytoremeber963" (Mar 25th 2008, 1:49am)
Quoted
first ,is it the application contain the debug information?if he application does not include the debug information , how can i debug the application?
if the application contain the debug information ,what the application.debug use for?
Quoted
second,where i use the gdb run the applicaion.debug,but it can not start the application.debug,(i have chown +x application.debug)
Quoted
and i see the configure file and find the fellow text:
if [ "$CFG_SEPARATE_DEBUG_INFO" = "yes" ]; then
QMakeVar add QMAKE_CFLAGS -g
QMakeVar add QMAKE_CXXFLAGS -g
QMAKE_CONFIG="$QMAKE_CONFIG separate_debug_info"
fi
it means when i add separate_debug_info to the CONFIG option the compliber add -g,
but if i am not add separate_debug_info it will no -g and no application.debug ,oh ?? the application is not contian the debug info?? how can i debug the application????
This post has been edited 2 times, last edit by "Nicolas SOUCHON" (Mar 28th 2008, 4:46pm)