|
|
@@ -1,13 +1,13 @@
|
|
|
[xdebug]
|
|
|
-xdebug.default_enable = 1
|
|
|
-xdebug.remote_enable = 1
|
|
|
+zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20230831/xdebug.so
|
|
|
+xdebug.mode=debug
|
|
|
xdebug.idekey=PHPSTORM
|
|
|
-xdebug.remote_autostart = 1
|
|
|
-xdebug.remote_connect_back = 1
|
|
|
-xdebug.remote_port = 9000
|
|
|
+xdebug.client_port = 9000
|
|
|
xdebug.max_nesting_level=400
|
|
|
+xdebug.discover_client_host=1
|
|
|
+xdebug.start_with_request=trigger
|
|
|
|
|
|
; for mac and windows
|
|
|
-;xdebug.remote_host = host.docker.internal
|
|
|
+;xdebug.client_host = host.docker.internal
|
|
|
; for unix (your machine hostname)
|
|
|
-xdebug.remote_host = dev
|
|
|
+xdebug.client_host = dev
|