Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot debug qt app - Debugging has finished

Tags:

debugging

qt

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!

like image 686
one Avatar asked Feb 17 '14 20:02

one


1 Answers

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.

like image 68
one Avatar answered Sep 30 '22 02:09

one