[Qt-interest] Debugging problem with Qt Creator 1.1.0
Murphy, Sean M.
sean.murphy at gd-ais.com
Thu Apr 23 16:59:09 CEST 2009
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
More information about the Qt-interest-old
mailing list