Page 1 of 1

Remote Debug

Posted: Thu May 03, 2012 6:57 pm
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

Re: Remote Debug

Posted: Thu May 03, 2012 7:59 pm
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