Debug next PHP page in Netbeans from Firefox

╄→гoц情女王★ 提交于 2019-12-25 01:09:17

问题


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


回答1:


Haven't tried yet, but Netbeans should have Firebug AddOn. Not sure if it does what you need.



来源:https://stackoverflow.com/questions/941778/debug-next-php-page-in-netbeans-from-firefox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!