开发者

Debugger for qt in windows?

开发者 https://www.devze.com 2023-03-07 03:08 出处:网络
While I try to debug the application, it pop up the dialog box and shown as below. How to overcome this 开发者_如何学Cissue?You need to install the Debugging Tools for Windows (the cdb debugger) fo

While I try to debug the application, it pop up the dialog box and shown as below.

Debugger for qt in windows?

How to overcome this 开发者_如何学Cissue?


You need to install the Debugging Tools for Windows (the cdb debugger) for QtCreator to use the Microsoft debugger engine for programs built with MSVC.

To use GDB on Windows, you'll need to build the program using MinGW.

Details are available here: http://doc.qt.nokia.com/qtcreator-snapshot/creator-debugger-engines.html

0

精彩评论

暂无评论...
验证码 换一张
取 消