[Qt-creator] Android "this does not seem to be a debug build"

Jason H scorp1us at yahoo.com
Wed Feb 19 15:49:49 CET 2014


Well the truly weird thing is it worked - about 3 times.

How can I activate -g ?



________________________________
 From: Poenitz Andre <Andre.Poenitz at digia.com>
To: Jason H <scorp1us at yahoo.com>; BogDan <bog_dan_ro at yahoo.com>; "qt-creator at qt-project.org" <qt-creator at qt-project.org> 
Sent: Wednesday, February 19, 2014 9:26 AM
Subject: RE: [Qt-creator] Android "this does not seem to be a debug build"
 

Jason H [scorp1us at yahoo.com] wrote:

> But this isn't a release build.
> 
>  Under the little android guy it says "debug" and two buttons below, 
> with the blue bug over the play icon is what I am clicking on. Hence my issue.

That will build your currently selected build configuration and 
run it in the debugger. Whether the currently selected build
configuration is set up in a way to instruct the compiler to
create debug information (a.k.a. "add -g") is unrelated.

Running a non-"-g" build in the debugger is possible, but loses
a lot of functionality. The warning you get is caused by Creator
checking (and not finding) typical signs of a "-g" build.

The check itself may be wrong, but it's more likely that your
active build configuration is indeed not a "-g" build.

Andre'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20140219/b9112ba7/attachment.html>


More information about the Qt-creator mailing list