debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Update the remote debugging guide to include methods to specify a gdb-remote port

Open xusheng6 opened this issue 2 years ago • 0 comments

While running lldb-server in server mode, we can specify the gdbremote port to use via --gdbserver-port 1338. This is especially useful when the remote host is behind a firewall and we need to port forward the port.

More info: https://lldb.llvm.org/man/lldb-server.html#gdb-server-connections

xusheng6 avatar Jun 27 '23 01:06 xusheng6