Debugging PHP - selecting a request for an Xdebug session

AndrewNuts

New Member
I work on PHP code with NetBeans and Xdebug. I use Xdebug for step-by-step debugging and the like.I'm able to debug the flow of the default request, but not the flows generated by specific _get/_post or Ajax requests.Anybody has an idea how can this be done?When I run the debugger, a tab in my browser opened automatically with the following URL: http://localhost/?XDEBUG_SESSION_START=netbeans-xdebugThanks. Gidi
 
Back
Top