Build the Application with Debug Symbols
To build an application with debug symbols:
- pass -debug to configure or add debug to the .pro file CONFIG settings as follows:
CONFIG += debug
- build the application and install the application binary into the /opt/Qtopia/bin directory using the following commands:
$ make clean $ make $ make install
Run the Debugging Environment
The runqtopia script supports running Qtopia in several different debugging environments. To run Qtopia in using gdb:
runqtopia -runmode gdb
Posted by 태해