it is very easy to debug scripts inside your workspace on your computer. But i was wondering, if this can work on a remote host, too.
So what has to be done?
Only these steps:
- copy your shell scripts AND _DEBUG.sh onto your remote host
- change the first line of _DEBUG.sh from
exec 33<>/dev/tcp/localhost/33333
to
exec 33<>/dev/tcp/host_running_eclipse/33333
If this does not work: Check for firewalls blocking port 33333
No comments:
Post a Comment