2016-11-27 8 views
0

Eclipse C/C++のアプリケーションへのアタッチのコンパイル済み実行ファイルの機能を使用して実行可能ファイルをデバッグしようとしています。新しいC/C++ Executableプロジェクトをインポートし、適切な実行可能ファイルを選択し、gdbのmsys/mingwバージョンを使用するようにデバッガを設定しました。私は、デバッガを実行しようとすると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が

は、私が誤って設定何をしている可能性があります動作を停止しましたことを言ってポップアップ表示しますこれが原因ですか?

答えて

0

これはgdb.exeバージョンによって発生しています。私はMsysを使用する代わりにMinGW-getを使ってバージョン7.6.1-1をインストールし、7.6.1-1のバージョンはeclipseで動作しました。

関連する問題