Cannot debug qt application - debugging completed

I have a QT application that I am trying to debug without success. I get the following application output: Debugging starts Debugging is complete

and nothing happens. I am using the MSVC2012 x64 compiler. The application works fine in release mode, or if I decided to run it (do not debug) in debug mode. Any ideas? thanks!

+4
source share
2 answers

Ok I had a problem - the debugger that was used was cdb.exe x86 version. I changed it to x64 and everything works as expected.

+5
source

, QtCreator 3 , . .pro.user .

0

Source: https://habr.com/ru/post/1527375/


All Articles