首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >用GDB进行Eclipse /C++调试

用GDB进行Eclipse /C++调试
EN

Stack Overflow用户
提问于 2016-11-27 16:49:00
回答 1查看 256关注 0票数 0

我正在尝试使用Eclipse /C++ C/C++为编译的可执行文件调试一个可执行文件到应用程序功能。我导入了一个新的C/C++可执行项目,选择了适当的可执行文件,并将调试器配置为使用gdb的msys/mingw版本。

当我尝试运行调试器时,我会得到gdb的控制台输出。

代码语言:javascript
运行
复制
GNU gdb (GDB) 7.12
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-w64-mingw32".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".

但随后会弹出一个错误窗口,表示gdb.exe已停止工作。

是什么原因导致了我的错误配置?

EN

回答 1

Stack Overflow用户

发布于 2016-11-27 20:29:25

这是由gdb.exe版本造成的。我使用MinGW-get安装了7.6.1-1版本,而不是使用Msys,7.6.1-1版本使用了eclipse。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/40831346

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档