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

Popular posts from this blog

scala - Play Framework - how to bind form to a session field -

Django Celery - running scheduled tasks -

perl - 'Unquoted string ".." may clash with future reserved word' but only when package is used -