We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4432f2 commit 4022101Copy full SHA for 4022101
1 file changed
docs/xdebug.md
@@ -52,12 +52,14 @@ XDEBUG_CONFIG="client_enable=1" ...
52
53
you can enable the xdebug log like this:
54
55
-`touch xdebug.log`
+````
56
+touch xdebug.log
57
58
59
add this to your docker-compose.yml
60
````
61
- php.xdebug.log=/app/xdebug.log
62
63
64
[xdebug-setup]: ./images/xdebug-phpstorm-server-config.png
-[xdebug-listen]: ./images/xdebug-listen.png
65
+[xdebug-listen]: ./images/xdebug-listen.png
0 commit comments