I want to debug a form submit using netbeans but cannot find the option to do so, I know in eclipse there's an option called debug all pages.
So when you submit the form the next page loaded (the one who receives post parameters) automatically starts within the current xdebug session, so you're able to trace the code that manages the post values.
I wanted to know if there's such an option or a way to do this in netbeans, thanks in advance.