Skip to content

Instantly share code, notes, and snippets.

@iggyster
Created December 16, 2019 17:16
Show Gist options
  • Save iggyster/ea6782f0afbdad917267646487a5b8a4 to your computer and use it in GitHub Desktop.
Save iggyster/ea6782f0afbdad917267646487a5b8a4 to your computer and use it in GitHub Desktop.
Xdebug conf example
;xdebug.remote_host=127.0.0.1;
xdebug.remote_port=9000
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.remote_connect_back=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.idekey=PHPSTORM
xdebug.cli_color=0
xdebug.profiler_enable=0
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
xdebug.var_display_max_children=-1
xdebug.var_display_max_data=-1
xdebug.var_display_max_depth=-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment