Skip to content

Instantly share code, notes, and snippets.

@Shudrum
Created July 22, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shudrum/05a8e9663d93d3f80673 to your computer and use it in GitHub Desktop.
Save Shudrum/05a8e9663d93d3f80673 to your computer and use it in GitHub Desktop.
My xdebug configuration for PhpStorm
zend_extension=xdebug.so
xdebug.profiler_enable=On
xdebug.remote_enable=On
xdebug.remote_host="localhost"
xdebug.remote_port=10000
xdebug.remote_handler="dbgp"
xdebug.overload_var_dump="0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment