Open
Description
Is your feature request related to a problem? Please describe.
I want to be able to debug a program in a remote machine, but I don't have access to the firewall and router to open a port that I would specify with --listen
when running dlv dap
.
Describe the solution you'd like
I'd like to be able to specify a port VSCode should listen to for connections so I can use dlv dap --client-addr
Describe alternatives you've considered
I could create a tunnel to the remote machine or send the source code and open VSCode and connect with SSH, but I think it would be more appropriate if we were able to actually use a feature that is already available in dlv dap
for this kind of thing.
Additional context
N/A