Skip to content

Commit

Permalink
Update xdebug.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti authored May 24, 2024
1 parent d4432f2 commit 4022101
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/xdebug.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@ XDEBUG_CONFIG="client_enable=1" ...

you can enable the xdebug log like this:

`touch xdebug.log`
````
touch xdebug.log
````

add this to your docker-compose.yml
````
- php.xdebug.log=/app/xdebug.log
````

[xdebug-setup]: ./images/xdebug-phpstorm-server-config.png
[xdebug-listen]: ./images/xdebug-listen.png
[xdebug-listen]: ./images/xdebug-listen.png

0 comments on commit 4022101

Please sign in to comment.