Skip to content

Commit 5db8eb8

Browse files
committed
Merge branch '3.3' into 3.4
2 parents 8b139ef + 2dd8bf4 commit 5db8eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For development purposes such as debugging tests or remote API requests,
1010
To enable it, run:
1111

1212
```console
13-
XDEBUG_MODE=debug docker compose up --wait
13+
XDEBUG_MODE=debug XDEBUG_SESSION=1 docker compose up --wait
1414
```
1515

1616
## Using Xdebug with PhpStorm

0 commit comments

Comments
 (0)