Skip to content

Instantly share code, notes, and snippets.

@fzed51
Created March 4, 2016 15:31
Show Gist options
  • Save fzed51/fa44d419171bb687d724 to your computer and use it in GitHub Desktop.
Save fzed51/fa44d419171bb687d724 to your computer and use it in GitHub Desktop.
Ma config xDebug
[xDebug]
zend_extension = php_xdebug-2.4.0-7.0-vc14-x86_64.dll
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.collect_params=4
xdebug.collect_assignments=1
xdebug.show_mem_delta=1
xdebug.show_local_vars=1
xdebug.collect_return=1
xdebug.trace_format=2
xdebug.collect_vars=1
xdebug.dump.COOKIE=*
xdebug.dump.FILES=*
xdebug.dump.GET=*
xdebug.dump.POST=*
xdebug.dump.SERVER=SERVER_ADDR, SERVER_PORT, REQUEST_URI, QUERY_STRING
xdebug.dump.SESSION=*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment