Skip to content

Commit 4022101

Browse files
authored
Update xdebug.md
1 parent d4432f2 commit 4022101

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/xdebug.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,14 @@ XDEBUG_CONFIG="client_enable=1" ...
5252

5353
you can enable the xdebug log like this:
5454

55-
`touch xdebug.log`
55+
````
56+
touch xdebug.log
57+
````
5658

5759
add this to your docker-compose.yml
5860
````
5961
- php.xdebug.log=/app/xdebug.log
6062
````
6163

6264
[xdebug-setup]: ./images/xdebug-phpstorm-server-config.png
63-
[xdebug-listen]: ./images/xdebug-listen.png
65+
[xdebug-listen]: ./images/xdebug-listen.png

0 commit comments

Comments
 (0)