I have configuerd 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 particulalry elegant, is it?
And, of course, I Can't do that for POST requests (or can I?).
Ideally, I would like to load my AngulrJs 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 fidn the answer :-(
Who can help?
