我希望在我的macOS Sierra上的Eclipse IDE中爲C/C++調試GNU Emacs。我使用Git下載了源代碼,並通過命令行成功構建了項目。然後,我使用GNU autotools工具鏈設置將項目導入Eclipse作爲現有的Makefile項目。'試圖用Eclipse調試GNU項目時'執行MI命令失敗:-exec-run'錯誤
我現在可以從Eclipse運行Emacs GUI。然而,當我嘗試調試它(使用gdb),我收到以下錯誤信息:
'Launching emacs-26.0.50.1' has encountered a problem.
Error in final launch sequence
Failed to execute MI command:
-exec-run
Error message from debugger back end:
During startup program terminated with signal ?, Unknown signal.
During startup program terminated with signal ?, Unknown signal.
謝謝。實際上,我對Eclipse感到非常沮喪,因此我拋棄了它,轉而使用NetBeans,這非常棒。 –