Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用 NetBeans IDE 7.1.2,但设置有问题。我无法成功运行调试器。我不想使用 Xdebug 我有一个 WAMP,它适用于 eclipse,因为我有一些与 OOP 和表单相关的 eclipse 错误。我决定安装额外的调试器 NetBeans。我在网上阅读了一些教程,但它并没有帮助我分配。
1.我不知道如何在NetBeans中定义文件 php.ini 。2.我不知道在php.ini 中添加哪一行。
任何帮助表示赞赏。
当您全新安装 Netbeans 和 Wamp 时,让调试工作真的不难。这是你要做的:
滚动到文件底部并设置/添加以下设置:
xdebug.remote_enable = on xdebug.remote_handler = dbgp xdebug.remote_host = localhost xdebug.remote_port = 9000
重新启动所有服务。
如果您仍然无法使用调试器,可能是因为防火墙阻止了 netbeans。