Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/xdebug.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ XDEBUG_MODE=debug docker compose up -d
On Windows:

```
set XDEBUG_MODE=debug&& docker compose up -d&set XDEBUG_MODE=
set XDEBUG_MODE=debug && docker compose up -d
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to keep the reset after the command to reduce side effects, as windows keeps the environment variable during the cmd session.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right! Another issue is that the default terminal on Windows is PowerShell, so the documentation won't work as written, and we need to use cmd for this to function correctly. I will close the pull request.

```

## Debugging with Xdebug and PHPStorm
Expand Down