0
我正在嘗試使用Eclipse C/C++附加到應用程序功能來編譯可執行文件。我導入了一個新的C/C++可執行文件項目,選擇了合適的可執行文件並將調試器配置爲使用msdb/mingw版本的gdb。Eclipse C/C++使用GDB調試
當我試圖運行調試我得到了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已停止工作
我可能有錯誤配置這是造成這個?