Remote debugging Perl on remote file system [message #1838165] |
Wed, 17 February 2021 19:25  |
Eclipse User |
|
|
|
Hi,
I have perl scripts that reside on a linux server. I would like to debug them in Eclipse on my Win10 machine, AND have them debug on the remote file system.
What this means is.... the scripts take actions on files on the remote system. But, this doesn't seem to happen when I debug.
For example, in my script I use glob to get a set of files. When running on the remote server itself, the glob correctly globs, and scalar(glob) is the proper number. However, debugging in Eclipse, though I've opened the remote file successfully with the Remote System thing, and can save changes to it on the remote system, when I debug the glob does not find the files. I've tried a few variations of glob and am sure it's not bad syntax.
Q. Is it possible to do this? If so, is there a guide of some sort that describes how to do so?
Thanks
|
|
|
|
Re: Remote debugging Perl on remote file system [message #1838214 is a reply to message #1838168] |
Thu, 18 February 2021 11:12  |
Eclipse User |
|
|
|
Thanks. As luck would have it, that site is blocked by my work security policies.
I thought this might be a good place as this is running on eclipse and perhaps someone else might have some thoughts.
I think I found the way this is supposed to work though.
|
|
|
Powered by
FUDForum. Page generated in 0.06946 seconds