Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
Update xdebug config
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeder committed Oct 7, 2021
1 parent 1b18ac7 commit 71782b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
10 changes: 6 additions & 4 deletions assets/docker/etc/php/xdebug-linux.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[xdebug]
zend_extension=xdebug.so
xdebug.remote_enable=1
xdebug.remote_connect_back=1
xdebug.remote_autostart=1
xdebug.remote_host=172.17.0.1
xdebug.start_with_request=yes
xdebug.discover_client_host=true
xdebug.client_host=172.20.0.1
xdebug.cli_color=2
xdebug.remote_handler=dbgp
xdebug.mode=debug
7 changes: 5 additions & 2 deletions assets/docker/etc/php/xdebug-macos.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[xdebug]
zend_extension=xdebug.so
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.start_with_request=yes
xdebug.discover_client_host=true
xdebug.remote_host=host.docker.internal
xdebug.cli_color=2
xdebug.remote_handler=dbgp
xdebug.mode=debug

0 comments on commit 71782b4

Please sign in to comment.