Skip to content

Commit

Permalink
Merge pull request #89 from material-components/enable/xdebug
Browse files Browse the repository at this point in the history
Allow xdebug connection
  • Loading branch information
ravichdev committed Apr 19, 2021
2 parents 2c256d2 + bc37941 commit 82896f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/local-dev/wordpress/config/php/xdebug.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ xdebug.remote_enable = 1
xdebug.remote_autostart = 1
xdebug.remote_connect_back = 1
xdebug.scream = 1
xdebug.mode = debug
xdebug.client_host = host.docker.internal

0 comments on commit 82896f7

Please sign in to comment.