You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
Apologies for wasting your time with this. But I was hoping you could point me at an example launch.json for remote debugging. I have my websites on DreamHost so I'm wondering if remote debugging is even possible in that environment.
The text was updated successfully, but these errors were encountered:
@Melchester: When you launch a remote debug session, the Perl debug extension will listen on a TCP port and expect the Perl debugger to connect to it. You then launch PERLDB_OPTS="RemotePort=host:port" perl -d example.pl. The hard part is enabling such a TCP connection. That might involve SSH port forwarding, changing router and firewall settings, and/or similar things.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Apologies for wasting your time with this. But I was hoping you could point me at an example launch.json for remote debugging. I have my websites on DreamHost so I'm wondering if remote debugging is even possible in that environment.
The text was updated successfully, but these errors were encountered: