in reply to Re: Remote perl debugging via emacs
in thread Remote perl debugging via emacs

It kind of works, however in order to be able to view the source file it must be available on the same path on both local (where emacs is) and remote (where the program is run) hosts. Or maybe I am missing something.

Replies are listed 'Best First'.
Re^3: Remote perl debugging via emacs
by sfink (Deacon) on Nov 26, 2008 at 19:40 UTC
    I guess "remote" was the wrong word. I only wanted to run the perl debugger within gdb when the perl process was running in a different window. I guess most of the time that would imply that the perl process is on another machine, but in my case Perl is embedded within an application that is using stdout and the terminal for its own purposes.

    So yes, it only makes sense when the two share a filesystem. So you'd probably want NFS or something.