stanley-king 2 лет назад
Родитель
Сommit
440bcb2f6f
1 измененных файлов с 11 добавлено и 1 удалено
  1. 11 1
      docker/compose/stanlinux/conf/php/php.ini

+ 11 - 1
docker/compose/stanlinux/conf/php/php.ini

@@ -1939,4 +1939,14 @@ ldap.max_links = -1
 ; tab-width: 4
 ; End:
 
-output_buffering = On
+output_buffering = On
+
+[xdebug]
+xdebug.default_enable=1
+xdebug.remote_enable=1
+xdebug.remote_handler=dbgp
+xdebug.remote_host=192.168.1.220
+xdebug.remote_port=9300
+xdebug.remote_mode = "req"
+xdebug.remote_autostart=1
+xdebug.idekey=PHPSTORM