Skip to content

Instantly share code, notes, and snippets.

@pounard
Created September 21, 2017 16:10
Show Gist options
  • Save pounard/97c0c01529e98f03469d6aa3d44926b5 to your computer and use it in GitHub Desktop.
Save pounard/97c0c01529e98f03469d6aa3d44926b5 to your computer and use it in GitHub Desktop.
My XDebug configuration
xdebug.remote_enable=on
xdebug.remote_host=192.168.57.1
xdebug.remote_port=9000
xdebug.profiler_enable_trigger=1
xdebug.show_mem_delta=1
xdebug.trace_enable_trigger=1
xdebug.trace_format=1
xdebug.collect_return=0
xdebug.collect_params=0
xdebug.collect_assignments=0
xdebug.remote_log=/var/tmp/xdebug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment