Created
September 21, 2017 16:10
-
-
Save pounard/97c0c01529e98f03469d6aa3d44926b5 to your computer and use it in GitHub Desktop.
My XDebug configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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