in reply to debugging a running perl script

You may want to consider the eclipse IDE I haven't tried it with Perl plugin yet, but so far it's been worthwile for both Java and Python. Kind of nice to have one IDE for all languages. I'm just so use to working in multiple telnet windows, that I'm still getting use to working in an IDE.

update: Perl plugin can be found <a href="http://sourceforge.net/projects/e-p-i-c/">here</a>

Replies are listed 'Best First'.
Re^2: debugging a running perl script
by KeighleHawk (Scribe) on Jun 18, 2004 at 23:22 UTC
    I've been playing with EPIC (the perl plugin) for Eclipse for the past couple weeks. The Debugger **seems** to be broken. By "seems" I mean I, and many others in the EPIC forum have been unable to get it to work but the EPIC authors have it working. Perhaps my problem is trying to use it on Windows :-)

    Otherwise, Eclipse and EPIC are pretty spiffy.

    I did post on the EPIC forum how to hook in the Tk Debugger and the GUI tkTestRunner as external applications. Not quite as nice as the built in debugger and built in unit test available to the Java types, but I am sure the EPIC team will get there eventually...

    P.S. Both of these can be used w/o Eclipse, of course. The CPAN modules are Devel::ptkdb and Test::Unit