Skip to content

Commit 9b21166

Browse files
authored
Update config for xdebug 3
1 parent 73838c3 commit 9b21166

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

php/7.3-fpm/conf/xdebug.ini

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
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
2+
xdebug.start_with_request=yes
3+
xdebug.discover_client_host=false
4+
xdebug.mode=debug
5+
xdebug.client_host=host.docker.internal
6+
xdebug.max_nesting_level=500

0 commit comments

Comments
 (0)