I am writing a web application that uses JS and PHP. Every time I update, I get about 5 ajax calls to my php script. This is pretty annoying to use XDebug, as it breaks down into each of these requests (without a breakpoint).
I thought this was a common problem, but I can not find anything about it. Does anyone know how to disable splitting for each request?
EDIT: I am using Wamp and Netbeans 7.0
source share