Skip to content

Instantly share code, notes, and snippets.

@arcostasi
Created March 15, 2016 16:15
Show Gist options
  • Save arcostasi/118494f690ddec5c9c00 to your computer and use it in GitHub Desktop.
Save arcostasi/118494f690ddec5c9c00 to your computer and use it in GitHub Desktop.
xdebug php.in
[xdebug]
zend_extension=xdebug.so
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.profiler_enable=0
xdebug.profiler_output_dir="/tmp"
xdebug.idekey= "PHPSTORM"
xdebug.remote_connect_back = 1
xdebug.max_nesting_level = 250
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment