Skip to content

Instantly share code, notes, and snippets.

@pthiers
Last active November 19, 2019 14:15
Show Gist options
  • Save pthiers/a7b52b939d8253ad4f7e1426f563757b to your computer and use it in GitHub Desktop.
Save pthiers/a7b52b939d8253ad4f7e1426f563757b to your computer and use it in GitHub Desktop.
xdebug.ini
zend_extension=xdebug.so
xdebug.idekey = "PHPSTORM"
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_connect_back= on
xdebug.remote_port=9000
xdebug.remote_autostart=on
xdebug.default_enable=0
xdebug.profiler_aggregate=0
xdebug.profiler_append=0
xdebug.profiler_enable=0
xdebug.profiler_enable_trigger=1
xdebug.profiler_output_dir=/tmp/
xdebug.profiler_output_name=cachegrind.out-%p-%s-%R-%t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment