Windows 中的 qt 调试器?
当我尝试调试应用程序时,它弹出对话框,如下所示。
如何解决此问题?
While I try to debug the application, it pop up the dialog box and shown as below.
How to overcome this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要为 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