|
@@ -1,17 +1,15 @@
|
|
|
[xdebug]
|
|
[xdebug]
|
|
|
zend_extension=xdebug.so
|
|
zend_extension=xdebug.so
|
|
|
-xdebug.default_enable = 1
|
|
|
|
|
-xdebug.remote_enable = 1
|
|
|
|
|
|
|
+xdebug.mode = debug
|
|
|
xdebug.idekey=PHPSTORM
|
|
xdebug.idekey=PHPSTORM
|
|
|
-xdebug.remote_autostart = 1
|
|
|
|
|
-xdebug.remote_connect_back = 1
|
|
|
|
|
-xdebug.remote_port = 9000
|
|
|
|
|
|
|
+xdebug.discover_client_host = 1
|
|
|
xdebug.max_nesting_level=400
|
|
xdebug.max_nesting_level=400
|
|
|
-xdebug.mode=coverage
|
|
|
|
|
|
|
+xdebug.start_with_request=yes
|
|
|
|
|
+xdebug.client_port = 9003
|
|
|
|
|
|
|
|
; Uncomment this line if docker is running on Mac or Windows
|
|
; Uncomment this line if docker is running on Mac or Windows
|
|
|
; xdebug.remote_host = host.docker.internal
|
|
; xdebug.remote_host = host.docker.internal
|
|
|
|
|
|
|
|
; OR uncomment this one if docker is on Unix, then replace the hostname
|
|
; OR uncomment this one if docker is on Unix, then replace the hostname
|
|
|
; by the your current machine's name (type 'hostname' in a terminal)
|
|
; by the your current machine's name (type 'hostname' in a terminal)
|
|
|
-xdebug.remote_host = dev
|
|
|
|
|
|
|
+xdebug.client_host = dev
|