开发者

What's a free Perl IDE for Windows?

I am looking for a Windows Perl IDE with debugger lik开发者_如何学JAVAe 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.


I think ptkdb might be of help to you


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?


See nbperl, a Perl plugin to netbeans.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜