MSVC QT Creator - How to properly configure CDB?

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.

QT Settings

When you try to start a debugging session, it just starts and exits.

Debugging starts
Debugging has finished
+4
source share
2

Anwser , QT, - . , , . , , , , - ...

1) VS 2010

2) VS 2010 SP1

3) Windows .NET

4) 2010 ++ redistributables 1.4

5) Windows SDK Windows 7

6) QT libs

7) QT

8) ++

9) debbuger CDB 64

64- CDB 32- .

+2

, , ​​ x64. , : Tools- > Options- > Kits- > Qt 5.x.x- > Debugger , "x64\cdb.exe"

+2

All Articles