Qtopia Debugging

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 태해

2008/06/03 01:21 2008/06/03 01:21
,
Response
No Trackback , No Comment
RSS :
http://taehae.injece.net/rss/response/131

Trackback URL : http://taehae.injece.net/trackback/131

Leave a comment
« Previous : 1 : ... 9 : 10 : 11 : 12 : 13 : 14 : 15 : 16 : 17 : ... 115 : Next »