[xdebug]
;off develop coverage debug gcstats profile trace
;step debugging
xdebug.mode=debug
; yes, no, trigger; default (trigger on debug mode)
xdebug.start_with_request=trigger
xdebug.output_dir="C:\Wamp.NET\tools\profile"
xdebug.var_display_max_data=8192
xdebug.var_display_max_children=256
; xdebug.use_compression = true
[xdebug]
;off develop coverage debug gcstats profile trace
;step debugging
xdebug.remote_autostart=On
xdebug.remote_enable=On
xdebug.remote_port=9003
xdebug.remote_host=127.0.0.1