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
source
share