You can easily trigger xdebug to run for PHP, when using postman. You just need to simply add XDEBUG_SESSION_START=PHPSTORM
to the your url query params.
Of course you'll need to swap out PHPSTORM
for your specific trigger key if it differs.
Varymade LLC.
Current projects are https://charactergenerator4000.com and https://coder.exchange. Please check them out and let us know your thoughts.
Top comments (5)
Since in Postman you control everything about requests, you can also do it with the cookie. In that case the name of the cookie is XDEBUG_SESSION. It also accepts POST. See the source here:
github.com/xdebug/xdebug/blob/70cb...
Yup! That is a great add-on. Thank you.
It's a first link at google searching). It'd better show how to set up environment docker+php+xdebug and clients phpstorm, postman and others.
I'm planning to write such an article.
Mine is a first link? Well I guess I better add that then.
Yeap, it is the first link. Will be waiting for it.