什么是适用于 Windows 的免费 Perl IDE?
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
Komodo Edit 是免费的。您还可以查看 Visual Studio,它在 2015 年添加了 Perl 支持< /a>.
Perl 已经配备了世界上最好的调试器:
print
和Test::More
。然而,人们一直在问这个问题,因此我们在 perlfaq3 中列出了我们所知道的所有问题。
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
andTest::More
.However, people keep asking this question, so we've listed all the ones we know about in perlfaq3.
我认为 ptkdb 可能对你有帮助
I think ptkdb might be of help to you
对于 Emacs,有 Perl 开发环境。只需使用 -d/Ctrl-c Ctrl-d 作为调试器。顺便说一句,Emacs 在 Windows 上运行。
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.
Padre 有一个早期版本的调试器插件(检查 CPAN)。我不认为它已经准备好迎接黄金时段,但如果你愿意贡献一些自己的时间来改进它......
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...
当您可以使用优秀的 Perl 调试器完成几乎所有操作时,为什么还要使用 IDE?
Why use an IDE when you can do pretty much everything with the good ol' perl debugger?
请参阅 nbperl,这是一个 Netbeans 的 Perl 插件。
See nbperl, a Perl plugin to netbeans.