Created
June 20, 2019 06:53
-
-
Save henno/f2abd00054ee4c5738768a43d342d913 to your computer and use it in GitHub Desktop.
xdebug settings php.ini
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
xdebug.remote_enable=1 | |
xdebug.remote_host=localhost | |
xdebug.remote_port=9000 | |
xdebug.remote_autostart=1 | |
; with sane limits | |
xdebug.var_display_max_depth = 10 | |
xdebug.var_display_max_children = 512 | |
xdebug.var_display_max_data = 1024 | |
;xdebug.profiler_enable=0 | |
;xdebug.profiler_output_dir="/Applications/MAMP/tmp" |
zend_extension = xdebug
xdebug.start_with_request=yes
xdebug.mode=develop,debug
; with sane limits
xdebug.var_display_max_depth = 10
xdebug.var_display_max_children = 512
xdebug.var_display_max_data = 1024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
extension=php_imagick.dll
zend_extension = xdebug
xdebug.start_with_request=yes
xdebug.remote_host=localhost
xdebug.remote_port=9003
xdebug.remote_autostart=1
xdebug.mode=develop,debug
; with sane limits
xdebug.var_display_max_depth = 10
xdebug.var_display_max_children = 512
xdebug.var_display_max_data = 1024