Qt creator debug mode is really slow

后端 未结 5 511
臣服心动
臣服心动 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:18

    I have been experiencing very slow debugging with Windows 10 Professional, Qt 5.5.1 and Qt Creator 3.5.1, using CDB. It was pretty much unusable. I discovered that the windows debug symbols take a very long time to load. When I go directly to the windows symbol server, it takes minutes. So, I downloaded the windows symbols from here: Windows Symbol Packages

    I installed the symbols then setup the CDB symbol path in Qt Creator. It's very snappy now.

提交回复
热议问题