How to debug 32bit application using 64bit QT
Qt Creator and other tools
7
Posts
2
Posters
1.9k
Views
1
Watching
-
I finally got a 32bit application to compile on my 64bit version of QT.
The application runs fine from the command line.
But when I try to run it from the IDE using the debugger it hang. In the command bar it says "Launching" with the progress bar showing about 10%.
It's odd because if I run the program using "gdb ProgramName" the gdb debugger comes up and runs fine.
-
Hi,
What was it before ?
-
Ok, sounds a bit strange that it fails but there might be gremlins at work there.
Does it work if you start debugging from a gnome terminal ?
-
-
Really strange, maybe worth to discuss this on the qt-creator irc channel