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

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -