So I re installed my system and I am having huge problems with the MSVC debbugging. I can compile my application no problem. I have followed the instructions for QT creator setting up debugging with CDB on Windows 7.
- I installed MS Visual Studio 2010 and updates
- I uninstalled 2010 C++ runtimes.
- I installed the Windows debugging tools and SDK.
- I also re-updated 2010 runtimes.
After all this I now have the CDB debugger.
C:\Program Files\Debugging Tools for Windows (x64)\cdb.exe
In QT it auto detects the cdb.exe, this is what my kit looks like.
When trying to run a debug session it simply starts and quits.
Debugging starts
Debugging has finished