How to debug AJAX (POST) with PhpStorm and Xdebug?
问题 I have configured PhpStorm to debug HTTP GET - but only when I load a page directly. When I want to debug AJAX, I take the URL which my JS would request and create a PhpStorm configuration to debug it. Not particularly elegant, is it? And, of course, I can't do that for POST requests (or can I?). Ideally, I would like to load my AngularJs app in the browser (Chrome) and be able to breakpoint and debug the backend in PhpStorm. I googled a lot, and found much that came close, but I can't find