Skip to content

Instantly share code, notes, and snippets.

@jonathanbardo
Last active March 5, 2019 05:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanbardo/9515998 to your computer and use it in GitHub Desktop.
Save jonathanbardo/9515998 to your computer and use it in GitHub Desktop.
[xdebug]
zend_extension="xdebug.so"
xdebug.remote_enable=1
xdebug.remote_connect_back=1
xdebug.default_enable=1
xdebug.remote_autostart=1
xdebug.remote_host=localhost
xdebug.remote_handler=dbgp
xdebug.remote_port=9000
xdebug.cli_color=1
;xdebug.profiler_output_dir=/PATH/TO/DIRECTORY
;xdebug.profiler_enable_trigger = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment