I'm running c::b on Ubuntu 12.04. My app runs on a remote Linux machine. I'd like to run it with gdb via c::b. I tried to find info about it, but only found info about how to run a remote debugger from Windows to a remote machine, which is irrelevant for me.
Assuming that this is possible, I would also like to run my app with arguments.
One more thing - my project builds more than a single binary. I guess that I need to tell it somehow which binary I'd like to debug.
Can anyone help with this?
Thanks,
Erez