Windows 中的 qt 调试器?

发布于 2024-11-08 03:27:31 字数 117 浏览 0 评论 0原文

当我尝试调试应用程序时,它弹出对话框,如下所示。

在此处输入图像描述

如何解决此问题?

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

enter image description here

How to overcome this issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

離殇 2024-11-15 03:27:31

您需要为 QtCreator 安装 Windows 调试工具(cdb 调试器),才能将 Microsoft 调试器引擎用于使用 MSVC 构建的程序。

要在 Windows 上使用 GDB,您需要使用 MinGW 构建程序。

详细信息可在此处获取:http://doc.qt.nokia。 com/qtcreator-snapshot/creator-debugger-engines.html

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文