qt creator调试时提示以下错误
“None of the debugger engines 'cdb engine,gdb engine' capable of debugging binaries of the type 'x86-windows-msvc2010-pe-32bit' is configured correctly”。
原来新换的win10操作系统需要重新安装WDK 10,下载地址:https://developer.microsoft.com/zh-cn/windows/hardware/windows-driver-kit
下载安装sdksetup.exe后,重新启动qt creator按照提示设置后,即可以进行调试。