I\'m using Eclipse and XDebug to develop a PHP application that relies on web services. I have test pages that consume my services in 2 ways: AJAX (using jQuery) and cURL.>
I can't comment yet, so I post this as an answer.
Can you debug more than one AJAX request in one session? Was your debug session still running in Eclipse when you tried to debug using cURL?
Description on how it works for me:
and nothing else. It stops on the first line, you "continue" it and it finishes execution. Hope ths helps.