Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Error while launching command: gdb --version(I get this Error when trying to debug.)
Error while launching command: gdb --version [message #1258165] Thu, 27 February 2014 05:47 Go to next message
Kevin Pannell is currently offline Kevin PannellFriend
Messages: 1
Registered: February 2014
Junior Member
I am new to eclipse and could use some help fixing this. Whenever I try to debug I get the "Error while launching command: gdb --version" error.
Re: Error while launching command: gdb --version [message #1258550 is a reply to message #1258165] Thu, 27 February 2014 13:53 Go to previous message
Marc Khouzam is currently offline Marc KhouzamFriend
Messages: 357
Registered: July 2009
Senior Member
That probably means gdb cannot be found in your PATH.
Go to Run->Debug Configurations... then select the launch you are using and go to the Debugger tab. In there
you can specify the exact path where gdb is located.

Marc
Previous Topic:How to get the binary being debugged in DSF
Next Topic:How to disable DOXYGEN_SHOULD_SKIP_THIS
Goto Forum:
  


Current Time: Fri Apr 19 04:32:42 GMT 2024

Powered by FUDForum. Page generated in 0.02392 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top