|
@@ -1,10 +1,10 @@
|
|
|
[xdebug]
|
|
[xdebug]
|
|
|
-zend_extension=xdebug.so
|
|
|
|
|
|
|
+;zend_extension=xdebug.so ;<- this is supposed to be loaded in /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
|
|
|
xdebug.mode = debug
|
|
xdebug.mode = debug
|
|
|
xdebug.idekey=PHPSTORM
|
|
xdebug.idekey=PHPSTORM
|
|
|
xdebug.discover_client_host = 1
|
|
xdebug.discover_client_host = 1
|
|
|
xdebug.max_nesting_level=400
|
|
xdebug.max_nesting_level=400
|
|
|
-xdebug.start_with_request=yes
|
|
|
|
|
|
|
+xdebug.start_with_request=trigger
|
|
|
xdebug.client_port = 9003
|
|
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
|