Skip to content

Instantly share code, notes, and snippets.

@w-jerome
Last active April 13, 2018 12:53
Show Gist options
  • Select an option

  • Save w-jerome/0c715795ccf5d8298b38aba5fcf50173 to your computer and use it in GitHub Desktop.

Select an option

Save w-jerome/0c715795ccf5d8298b38aba5fcf50173 to your computer and use it in GitHub Desktop.
PHP — XDebug
;/Library/Application Support/appsolute/MAMP PRO/conf/php5.6.30.ini
[xdebug]
zend_extension="/Applications/MAMP/bin/php/php5.6.30/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so"
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.overload_var_dump=1
xdebug.var_display_max_children=1024
xdebug.var_display_max_data=10000000
xdebug.var_display_max_depth=64
;xdebug.profiler_enable=0
;xdebug.profiler_output_dir="/Applications/MAMP/tmp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment