在不使用 Apache 的情况下在 NetBeans 6.8 上调试 PHP
是否可以在不安装 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 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