Skip to content

Instantly share code, notes, and snippets.

@carltondickson
Last active October 15, 2015 08:50
Show Gist options
  • Save carltondickson/b746545af495ecb91715 to your computer and use it in GitHub Desktop.
Save carltondickson/b746545af495ecb91715 to your computer and use it in GitHub Desktop.
On demand xdebug and profiling settings - Requires browser plugin "Xdebug helper"
zend_extension=xdebug.so
xdebug.default_enable=0
xdebug.idekey="PHPSTORM"
xdebug.remote_enable=1
xdebug.remote_connect_back=1
xdebug.remote_autostart=0
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.max_nesting_level=200
# Use https://www.jetbrains.com/phpstorm/marklets/ to start/stop the profiler
xdebug.profiler_output_dir=/tmp
xdebug.profiler_enable_trigger=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment