Debugging the next PHP page in Netbeans from Firefox

I recently switched to using Netbeans (6.7 RC1) on a Mac, using MAMP as a stack. I have Xdebug installed and working.

I used to use Zend Studio 5.5 with the Firefox Zend toolbar. This had a great feature that allowed you to click "Debug Next Page". When you submit the form, it will begin the debugging process.

How do I do something like this with Netbeans? I would like to be able to run the debugger from Firefox, so that all the GET and POST variables were automatically passed to the debugger.

Will

0
source share
1 answer

Not tried yet, but Netbeans should have Firebug AddOn. Not sure if he is doing what you need.

0

All Articles