You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get xdebug to work with a REST API client. I have the xdebug setup working for web pages using the tutorials provided by mark on his website. It is just the REST API setup which isn't working.. I have set the cookie as XDEBUG_SESSION=PHPSTORM while sending a POST request. The debugger only stops at the pub/index.php file even though no breakpoint is set and doesn't stop at any actual breakpoints. Can someone help me with the configuration?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to get xdebug to work with a REST API client. I have the xdebug setup working for web pages using the tutorials provided by mark on his website. It is just the REST API setup which isn't working.. I have set the cookie as XDEBUG_SESSION=PHPSTORM while sending a POST request. The debugger only stops at the pub/index.php file even though no breakpoint is set and doesn't stop at any actual breakpoints. Can someone help me with the configuration?
The text was updated successfully, but these errors were encountered: