[Qt-interest] [BUG] Debugging problem with Qt Creator 1.1.0
Mihail Naydenov
mlists at ymail.com
Sat Apr 25 18:32:09 CEST 2009
I confirm that!
After spending half an hour trying to figure out "why debugger does not stop on my break points".
I noticed that, after moving to Creator1.1 my *Debug* project setting ware set to *release*!
(Sidebar->Projects->Build Settings (the tab)->Debug->Build Steps->QMake (in the list)->QMake Build Configuration->WAS: release! (dropdown manu))
running vista32,sdk4.5.1
MihailNaydenov
----- Original Message ----
From: "Murphy, Sean M." <sean.murphy at gd-ais.com>
To: qt-interest at trolltech.com
Sent: Thursday, April 23, 2009 5:59:09 PM
Subject: [Qt-interest] Debugging problem with Qt Creator 1.1.0
I'm trying out the new Qt Creator that was released today and am having
a small issue with it. When I go to debug the application, I get an
error dialog that says:
Cannot debug '<PATH>/release/myApp.exe': Cannot open
'<PATH>/release/myApp.exe': The system cannot find the file specified.
The error makes sense, I'm building a debug version of myApp.exe, so the
output file is in <PATH>/debug, not <PATH>/release. What doesn't make
sense is why is the debugger trying to debug the release version in the
first place?
I'm using an .pro file that is unchanged from yesterday and worked fine
with Qt Creator 1.0.0. I've checked that the Build Configuration
(Build->Set Build Configuration) is set to Debug in Qt Creator, but I'm
not really sure what else to try to get the debugger to actually launch
the version I just built...
Sean
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest
More information about the Qt-interest-old
mailing list