Are there any free Windows Perl IDE with debugging? [closed]

╄→гoц情女王★ 提交于 2019-12-04 16:08:57

问题


Are there any free Perl IDEs out there for Windows that have debugging capabilities, syntax highlighting, and possibly even IntelliSense?


回答1:


There is an overview of Perl IDE's here. I find Padre very promising, but I'm not sure it already has all features you need (if not it probably will soon).




回答2:


Eclipse with addons perhaps?

Have a look at EPIC

http://www.epic-ide.org/




回答3:


This isn't free but you could have a look at Komodo (ActiveState). When I looked at it a few years ago they were offering a free license for open source developers.




回答4:


Padre: http://padre.perlide.org/

GNU/Emacs with cperl-mode: http://gnu.org/software/emacs

Emacs has better editing capabilities (and hilights Perl better, ironically), but Padre might be enough for you.




回答5:


perlfaq3 lists several IDEs for Windows.




回答6:


I use enginsite Perl Editor lite version, mainly for the function, variable breakdown feature and the compile/run feature.

if you want more feature then you might want to look at the full version.




回答7:


Komodo Edit from ActiveState supports debugging and it's cross-platform.



来源:https://stackoverflow.com/questions/499348/are-there-any-free-windows-perl-ide-with-debugging

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!