pathfinder-containers/development/xdebug.ini

14 lines
328 B
INI
Raw Permalink Normal View History

zend_extension=xdebug
[xdebug]
xdebug.mode=develop,debug
xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_connect_back=0
xdebug.remote_host=host.docker.internal
xdebug.idekey=VSCODE
xdebug.remote_autostart=1
xdebug.start_with_request=yes
xdebug.log=/tmp/xdebug.log