in reply to Remote perl debugging via emacs
#!/bin/sh while true; do nc -l -p 7234; done
Next is to try it with diotalevi's Enbugger stuff. If I get a chance to try it out, I'll crosspost under his thread.
perldb and emacs both annoy me greatly with their excessively "clever" ways of activating and controlling the debugger and slave editor mode. This is far from the first time I've had to use a silly workaround to avoid argument manhandling and misquoting.
Update: Oddly, the --chickens version does not work, at least not here. emacs thinks you're trying to do something weird with stdin. Stick to -e 0 (or just 0).
Also modified the script to keep listening after a shutdown instead of exiting.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Remote perl debugging via emacs
by yurishtil (Initiate) on Nov 03, 2008 at 21:51 UTC | |
by sfink (Deacon) on Nov 26, 2008 at 19:40 UTC |