Skip to content

Instantly share code, notes, and snippets.

@ismaail
Created March 27, 2016 17:22
Show Gist options
  • Save ismaail/ba56dd2914d62473cbf8 to your computer and use it in GitHub Desktop.
Save ismaail/ba56dd2914d62473cbf8 to your computer and use it in GitHub Desktop.
zend_extension=xdebug.so
xdebug.default_enable=1
xdebug.ide_key="phpstorm-xdebug"
xdebug.idekey="phpstorm-xdebug"
xdebug.remote_autostart=0
xdebug.remote_enable=1
xdebug.remote_host=192.168.1.3
xdebug.remote_port=9000
xdebug.remote_connect_back=1
xdebug.remote_handler=dbgp
xdebug.remote_log="/tmp/xdebug.log"
xdebug.max_nesting_level=256
; # Dump for: GET, POST, COOKIE, SESSION, ENV, FILES, REQUEST, SERVER
; ;xdebug.dump.GET=*
; ;xdebug.dump.POST=*
; ;xdebug.dump.COOKIE=*
; ;xdebug.dump.SESSION=*
;
; ; # Ignore @ to hide warnings and erros
; ;xdebug.scream=1
;
; ; # Profiler
xdebug.profiler_enable=0
xdebug.profiler_enable_trigger=1
xdebug.collect_vars=1
xdebug.show_local_vars=0
xdebug.profiler_output_dir=/tmp
xdebug.profiler_output_name=cachegrind.out.%t.%p
xdebug.trace_output_dir=/var/www/webgrind/data/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment