Skip to content

Instantly share code, notes, and snippets.

@Moinax
Created July 24, 2014 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Moinax/d4de5d3b42add4caf610 to your computer and use it in GitHub Desktop.
Save Moinax/d4de5d3b42add4caf610 to your computer and use it in GitHub Desktop.
Activate xdebug in REST client

To activate xdebug from a REST client or in your browser without any plugin

Simply call your url with XDEBUG_SESSION_START= and the name of your key, like PHPSTORM

http://your_api_resource_url?XDEBUG_SESSION_START=PHPSTORM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment