Skip to content

Commit

Permalink
Merge branch '3.3' into 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Sep 28, 2024
2 parents 8b139ef + 2dd8bf4 commit 5db8eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For development purposes such as debugging tests or remote API requests,
To enable it, run:

```console
XDEBUG_MODE=debug docker compose up --wait
XDEBUG_MODE=debug XDEBUG_SESSION=1 docker compose up --wait
```

## Using Xdebug with PhpStorm
Expand Down

0 comments on commit 5db8eb8

Please sign in to comment.