Hi
I would like to setup codelite to remote debug a project with GDB on Linux
in the project settings, I already configure the host and port for the remote gdbserver.
But I don't see any thing on the Debug menu that allows me to run and connect to the remote target ? Am I missing some config ?
Thanks
Remote Debug
-
- CodeLite Enthusiast
- Posts: 23
- Joined: Fri Mar 16, 2012 3:02 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Remote Debug
You need to make sure that gdbserver is up and running on the remote machine.
Other than that, it should be the same - hit F5 and start debug
Eran
Other than that, it should be the same - hit F5 and start debug
Eran
Make sure you have read the HOW TO POST thread