I am looking for a Windows Perl IDE with debugger like Komodo but free.
I have seen Eclipse+EPIC but I don't want to install Eclipse here .
Padre doesn't have debugger built in.
I am looking for a Windows Perl IDE with debugger like Komodo but free.
I have seen Eclipse+EPIC but I don't want to install Eclipse here .
Padre doesn't have debugger built in.
For Emacs there's the Perl Development Environment. Just use -d/Ctrl-c Ctrl-d for the debugger. Emacs runs on Windows, by the way.
Why use an IDE when you can do pretty much everything with the good ol' perl debugger?
Komodo Edit is free.
Perl already comes with the best debuggers in the world: print
and Test::More
.
However, people keep asking this question, so we've listed all the ones we know about in perlfaq3.
There's an early version of a debugger plugin for Padre (check CPAN). I don't think it's ready for prime time, but if you were willing to donate some of your own time to improve it...