Remote Debug

General questions regarding the usage of CodeLite
dhs
CodeLite Enthusiast
Posts: 23
Joined: Fri Mar 16, 2012 3:02 pm
Genuine User: Yes
IDE Question: C++
Contact:

Remote Debug

Post by dhs »

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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Remote Debug

Post by eranif »

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
Make sure you have read the HOW TO POST thread
Post Reply