debugging - Trigger xDebug in PhpStorm when calling using CURL -
so use curl command line make calls php website:
curl -s "url"
my question is...is possible modify command can trigger xdebug (combined ide (i use jetbrains phpstorm)) when calling site curl
perhaps manipulate variables?
the following code works me
curl -i -x post -d '{"some":"data"}' http://your-local-domain -b xdebug_session=phpstorm
Comments
Post a Comment