I’m writing a webapplication that uses JS and PHP. Each time I refresh I get about 5 ajax calls to my php script. This is getting quite annoying using XDebug since it breaks on each of those request (without a breakpoint placed).
I thought this was a common problem but I can’t seem to find anyting about it. Does anyone know how to disable breaking on each request?
EDIT: I’m using Wamp and Netbeans 7.0
- Rob
It’s the IDE the one that’s stopping. In NetBeans, go to Tool-> Options-> PHP-> Debugging and uncheck Stop at first line.
(In earlier NetBeans versions the option was under Tool-> Options-> PHP-> General)