I'm working on creating a custom REST API endpoint in my Drupal site, and for some reason I am unable to enable debugging at my REST API URL with the Chrome Xdebug Helper plugin; clicking on the icon displays the options, but clicking has no effect. Debugging works just fine with any other page in my site, but it will not turn on for this URL. I can access the endpoint and get the expected results via Postman, so I know it's working. I've tried passing the XDEBUG_SESSION_START=PHPSTORM
parameter both in my browser URL and in Postman, but neither will enable xdebug in PHPStorm.
Is this a known issue? Any suggestions on how I can get this to work?
Thanks.
UPDATE: I'm trying with Firefox The Easiest Xdebug add-on, and I get a message "Please enable cookies for this page" when I try to enable it, even though I've gone into the Privacy settings and specified that all cookies should be allowed.