How to configure CDB in Qt Creator(使用VC调试器)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How to configure CDB in Qt Creator(使用VC调试器)相关的知识,希望对你有一定的参考价值。
I was having the same problems too, and finally figured out how to solve this. Styne666 gave me a hint. Do the following:
- Tools
- Options...
- Build & Run
- Tool Chains
- Use the "Clone" button to make a copy of each of the auto-detected MSVC items
- In each of the cloned items, you can specify the debugger in the "Debugger" field (e.g. C:\Program Files\Windows Kits\8.0\Debuggers\x64\cdb.exe)
- After this everything seems to work...
Colby
{edit}
I should further mention that if you are running a 64-bit version of Windows and a 32-bit version of Qt Creator like I am, you need to make sure that you are pointing to the 32-bit versions of cdb (of which there are x86 and x64 target versions). So for the 32-bit target builds I run this:
C:\Program Files (x86)\Windows Kits\8.0\Debuggers\x86\cdb.exe
And for x64 builds I run this:
C:\Program Files (x86)\Windows Kits\8.0\Debuggers\x64\cdb.exe
The tricky part is that it is somewhat difficult to get Microsoft to install the 32-bit version of the debugging tools on your 64-bit machine. A co-worker tried to do so recently and said that he needed to install the Windows 8 tools in order to have the option to do that - the Windows 7 versions would not let you.
http://stackoverflow.com/questions/9975949/how-to-configure-cdb-in-qt-creator
以上是关于How to configure CDB in Qt Creator(使用VC调试器)的主要内容,如果未能解决你的问题,请参考以下文章
Oracle12c: How to create CDB in manually
How to configure locales to Unicode in a Docker Ubuntu 14.04 container?
How to configure spring boot through annotations in order to have something similar to <jsp-confi
How to Install wget in OS X如何在Mac OS X下安装wget并解决configure: error:
How to Configure the Gradient Boosting Algorithm
How To Configure VMware fencing using fence_vmware_soap in RHEL High Availability Add On(RHEL Pacema