Debug next PHP page in Netbeans from Firefox

2019-08-17 04:39发布

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条回答
太酷不给撩
2楼-- · 2019-08-17 05:16

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

查看更多
登录 后发表回答