summaryrefslogtreecommitdiff
path: root/php-fpm/xdebug.ini
blob: dfe2f1090409dca514595283096c3c9204731263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; NOTE: The actual debug.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini)

xdebug.remote_autostart=0
xdebug.remote_enable=0
xdebug.remote_connect_back=0
xdebug.cli_color=0
xdebug.profiler_enable=0
xdebug.remote_handler=dbgp
xdebug.remote_mode=req

xdebug.remote_port=9000
xdebug.remote_host=dockerhost
xdebug.idekey=PHPSTORM