Cannot debug qt app - Debugging has finished

debugging, qt

Solution

Ok. I got the problem - the debugger that was used was the cdb.exe of the x86 version. I changed it to x64 and everything is working as expected.

Problem

I have a QT app which I'm trying to debug with no success. I get the following application output: Debugging starts Debugging has finished and nothing happens. I'm using MSVC2012 x64 compiler. The app runs fine in release mode or if I choose to run it (not debug it) in debug mode. any idea? thanks!

Original source