Can you use the standard GDB debugger with Qt executables?(您可以将标准 GDB 调试器与 Qt 可执行文件一起使用吗?)
问题描述
我刚开始使用 Qt,我想调试我的 Qt 应用程序.我可以将标准 GDB 调试器与 Qt 可执行文件一起使用吗?
I just started using Qt and I wanted to debug my Qt application. Can I use the standard GDB debugger with Qt executables?
推荐答案
是的,你可以.您可能还想使用 Qt Creator 中的 gdb 集成,它做得更好在运行时检查数据比单独使用 gdb.
Yes you can. You might also want to use the gdb integration in Qt Creator, which does a much better job of inspecting data at run time than gdb alone.
这篇关于您可以将标准 GDB 调试器与 Qt 可执行文件一起使用吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:您可以将标准 GDB 调试器与 Qt 可执行文件一起使


- 将函数的返回值分配给引用 C++? 2022-01-01
- 将 hdc 内容复制到位图 2022-09-04
- GDB 不显示函数名 2022-01-01
- XML Schema 到 C++ 类 2022-01-01
- DoEvents 等效于 C++? 2021-01-01
- 哪个更快:if (bool) 或 if(int)? 2022-01-01
- 如何提取 __VA_ARGS__? 2022-01-01
- 从父 CMakeLists.txt 覆盖 CMake 中的默认选项(...)值 2021-01-01
- 使用 __stdcall & 调用 DLLVS2013 中的 GetProcAddress() 2021-01-01
- OpenGL 对象的 RAII 包装器 2021-01-01