Last active
April 13, 2018 12:53
-
-
Save w-jerome/0c715795ccf5d8298b38aba5fcf50173 to your computer and use it in GitHub Desktop.
PHP — XDebug
This file contains hidden or 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
| ;/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