在 Firefox 中的 Netbeans 中调试下一个 PHP 页面
我最近转而在 Mac 上使用 Netbeans (6.7 RC1),并使用 MAMP 作为堆栈。 我已经安装了 Xdebug 并且可以工作。
之前我使用 Zend Studio 5.5 和 Firefox Zend 工具栏。 它有一个很棒的功能,允许您单击“调试下一页”。 当您提交表单后,它将开始调试过程。
我如何使用 Netbeans 做类似的事情? 我希望能够从 Firefox 启动调试器,以便所有 GET 和 POST 变量自动传递到调试器。
将要
I have recently switched to using Netbeans (6.7 RC1) on a Mac, using MAMP as stack. I have Xdebug installed and working.
Previously I used Zend Studio 5.5 with the Firefox Zend toolbar. This had a great feature that allowed you to click 'Debug next page'. When you submitted the form it would then start the debug process.
How do I do something similar with Netbeans ? I would like to be able to launch the debugger from Firefox, so that all GET and POST variables were automatically passed to the debugger.
Will
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
还没尝试过,但 Netbeans 应该有 Firebug AddOn。 不确定它是否满足您的需要。
Haven't tried yet, but Netbeans should have Firebug AddOn. Not sure if it does what you need.