在不使用 Apache 的情况下在 NetBeans 6.8 上调试 PHP

发布于 2024-08-18 02:53:10 字数 237 浏览 2 评论 0原文

是否可以在不安装 Apache 服务器的情况下使用 NetBeans 6.8 在 Glashfish 上调试 PHP 项目? 按 CTRL+F5 后,我收到 404 未找到错误。

作为 ASP.NET 开发人员,我(我认为)有与 Visual Studio 捆绑在一起的类似开发服务器,因此无需安装任何其他服务器(如 IIS)。 Glassfish 是类似的开发服务器,我说得对吗?那为什么我会收到 404 错误?

谢谢 达雷克

Is it possible to debug PHP projects on Glashfish with NetBeans 6.8 without installing Apache server?
After I press CTRL+F5 im getting 404 not found error.

As ASP.NET developer I have (I think) similiar developer server bundled with Visual Studio, so there is no need to install any other server like IIS. Am I right that Glassfish is similiar developer server, so why Im getting 404?

Thanks
Darek

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

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

发布评论

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

评论(1

稀香 2024-08-25 02:53:10

来自 Netbeans 页面。

要在适用于 PHP 的 NetBeans IDE 中成功调试 PHP 应用程序,您需要安装并配置 PHP 引擎、Apache 本地 Web 服务器以及 XDebug 调试器以进行 PHP 开发。如果您在使 XDebug 正常工作时遇到困难,请参阅有关 XDebug 的 NetBeans wiki 和/或通过 [电子邮件受保护]

我希望它有帮助

From Netbeans page.

To successfully debug PHP applications in the NetBeans IDE for PHP, you need to have the PHP engine, the Apache local web server, and the XDebug debugger installed and configured for PHP development. If you have difficulties getting XDebug to work, see the NetBeans wiki on XDebug and/or ask the community at [email protected].

I hope it helps

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