Qt creator debug mode is really slow

后端 未结 5 549
臣服心动
臣服心动 2021-01-19 11:47

Similar questions are here and here

My case is I\'m using Qt 5.5 with Qt creator 3.5 on a Windows 10 machine. It takes about 10 to 15 seconds to start debugging my p

5条回答
  •  温柔的废话
    2021-01-19 12:25

    CDB is part of Windows SDK. You can get either Windows SDK 8.1 or Windows SDK 10 for your system. Then follow Qt documentation: Setting Up Debugger.

提交回复
热议问题