8 lines
173 B
INI
8 lines
173 B
INI
zend_extension=xdebug
|
|
|
|
[xdebug]
|
|
xdebug.mode=develop,debug
|
|
xdebug.client_host=172.19.0.1
|
|
xdebug.start_with_request=yes
|
|
xdebug.max_nesting_level=5000
|
|
xdebug.remote_autostart=1 |