14 lines
370 B
INI
14 lines
370 B
INI
; 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
|