I try to remotely debug a program using gdb and gdbserver. I login on the remote PC with ssh and run gdbserver --multi :4444 And on my local, I use the command
gdbserver --multi :4444