so I use CURL from the command line to make calls to my PHP website:
curl -s "url"
My question is...is it possible to modify this command so that I can trigger xDebug (combined with an IDE (I use Jetbrains PHPStorm)) when calling the site from CURL
perhaps manipulate the GET variables?