Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试调试应用程序时,它会弹出对话框,如下所示。
如何克服这个问题?
您需要为 QtCreator 安装适用于 Windows 的调试工具(cdb 调试器),才能将 Microsoft 调试器引擎用于使用 MSVC 构建的程序。
要在 Windows 上使用 GDB,您需要使用 MinGW 构建程序。
详细信息可在此处获得: http: //doc.qt.nokia.com/qtcreator-snapshot/creator-debugger-engines.html