Search code examples
phpdebuggingphpstormxdebug

PhpStorm initiate debugging session from URL with query parameter


What is the correct query parameter to start a debugging session from a url?

I cannot use one of the browser extensions to turn on a debugging session as I want to start the debugging from a webhook, I just don't know the correct query to add on to the webhook url. The IDE KEY is PHPSTORM.


Solution

  • As LazyOne has put in the comments, the correct query parameter to use is XDEBUG_SESSION_START=name.