Cannot debug qt app - Debugging has finished -
I have a QT app that I'm trying to debug with success. I get the following application output: Debugging starts Debugging is finished
And nothing happens. I'm using the MSVC2012 x64 compiler, the apple runs fine in release mode or if I choose to run it in debug mode (not debug). Any remedy? Thanks!
OK I have a problem - the debugger used was the CDB of the x86 version. Xiis was. I changed it to x64 and everything is working as expected.
Comments
Post a Comment