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!
source
share