远程 Linux 服务器上的 Perl IDE

发布于 2024-10-22 19:09:40 字数 236 浏览 2 评论 0 原文

我一直在远程使用 Putty 和 pgAdmin III 操作 Linux 服务器上的 PostgreSQL 数据库,但现在需要做一些更繁重的工作来修改 Perl 和 PHP 脚本,这些脚本用于解析提交到我们网站的数据输入文件。

我更喜欢具有强大调试功能的东西。我了解(并且喜欢)Java 版 Eclipse,但不知道它是否是 Perl/PHP 和远程访问的一个选项?其他建议?这是“远程”部分让我陷入困境......

谢谢!

I have been working remotely with Putty and pgAdmin III to manipulate a PostgreSQL database on a Linux server, but now need to do some heavier lifting to modify Perl and PHP scripts that are used to parse data input files which are submitted to our website.

I would prefer something with robust debugging capabilities. I know (and love) Eclipse for Java, but don't know if it's an option for Perl/PHP and remote access? Other suggestions? It's the "remote" part that has me stuck...

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

兮子 2024-10-29 19:09:40

如果您习惯使用 Emacs,则可以使用 cperl-modetramp 来访问要编辑的远程文件。支持 Perl 调试器 (cperl-db),但对于通过 SSH 访问的计算机来说可能无法无缝支持。您可能想要查看的另一个项目是 geben

更新:显然,Emacs 的调试器界面非常tramp 良好集成

If you are comfortable with using Emacs, you can use cperl-mode and tramp to access the remote files you want to edit. There is support for the Perl debugger (cperl-db), but that probably won't seamlessly for a machine accessed via SSH. Another project you might want to look at is geben.

Update: Apparently, Emacs' debugger interface is quite well-integrated with tramp.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文