我正在尝试使用Eclipse /C++ C/C++为编译的可执行文件调试一个可执行文件到应用程序功能。我导入了一个新的C/C++可执行项目,选择了适当的可执行文件,并将调试器配置为使用gdb的msys/mingw版本。
当我尝试运行调试器时,我会得到gdb的控制台输出。
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已停止工作。
是什么原因导致了我的错误配置?
发布于 2016-11-27 20:29:25
这是由gdb.exe版本造成的。我使用MinGW-get安装了7.6.1-1版本,而不是使用Msys,7.6.1-1版本使用了eclipse。
https://stackoverflow.com/questions/40831346
复制相似问题