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.
经过相当干净的编译后,我在连接 gdb 时遇到问题。
http://i.imgur.com/SLHuXtc.png
这里发生了什么?
谢谢
MinGW 不附带 GDB(它确实提供,但您需要做更多的工作)。您正在尝试使用 dgb 调试。安装 gdb 调试器。
试试这个问题
或者,我建议您使用 Visual Studio 进行调试
祝你好运