Skip to content

Commit 3c0580c

Browse files
Update Xdebug settings for newer Xdebug.
1 parent 0110025 commit 3c0580c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
xdebug.remote_autostart=1
2-
xdebug.remote_enable=1
3-
xdebug.remote_host=host.docker.internal
4-
xdebug.idekey=IDE
1+
xdebug.mode=develop,debug
2+
xdebug.client_host=host.docker.internal
3+
xdebug.start_with_request=yes

0 commit comments

Comments
 (0)