So, I installed my system again and I was having serious problems with debbugging MSVC. I can compile my application without any problems. I followed the instructions for the QT creator, configuring CDB debugging in Windows 7.
- I installed MS Visual Studio 2010 and updated
- I removed 2010 C ++.
- I installed Windows debugging tools and an SDK.
- I also updated 2010 runtime.
After that, I now have a CDB debugger.
C:\Program Files\Debugging Tools for Windows (x64)\cdb.exe
In QT, it automatically detects cdb.exe, this is what my kit looks like.

When you try to start a debugging session, it just starts and exits.
Debugging starts
Debugging has finished
source
share