We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73838c3 commit 9b21166Copy full SHA for 9b21166
php/7.3-fpm/conf/xdebug.ini
@@ -1,7 +1,6 @@
1
xdebug.idekey=PHPSTORM
2
-xdebug.remote_autostart=1
3
-xdebug.remote_connect_back=0
4
-xdebug.remote_enable=1
5
-xdebug.remote_host=host.docker.internal
6
-xdebug.remote_port=9001
7
-xdebug.max_nesting_level=500
+xdebug.start_with_request=yes
+xdebug.discover_client_host=false
+xdebug.mode=debug
+xdebug.client_host=host.docker.internal
+xdebug.max_nesting_level=500
0 commit comments