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.
Komodo Edit is free. You can also check out Visual Studio, which in 2015 added Perl support.
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.
print
a debugging tool is like calling the clapper a "home automation tool." There's really no substitute for being able to stop, look around, and step. –
Envious print
is precisely a substitute for stopping, looking around and stepping (which they find tedious and annoying). –
Ludhiana printf
over a serial port. The edit-compile-load-run-review cycle was maddening; a working debugger would have sped things up tenfold. –
Envious 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.
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...
Why use an IDE when you can do pretty much everything with the good ol' perl debugger?
© 2022 - 2024 — McMap. All rights reserved.