From 00d992d4f8d33256b90f44f34ecb4536dd056a63 Mon Sep 17 00:00:00 2001 From: Daniel Winning Date: Sun, 13 Apr 2025 23:40:25 +0100 Subject: [PATCH] Update README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8643cdb..95f2b62 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,8 @@ Creates a new PHP development environment and mounts your project files. > > **Required?** ❌ > -> Do not install XDebug in your environment. +> Do not install XDebug in your environment. Equivalent to setting `options.environment.php.xdebug = false` +> in your project Spinner config. ## XDebug Setup @@ -78,7 +79,7 @@ should be fairly universal. ### Server Settings -- `File` -> `Settings` (`Preferences` on MacOS) +- `File` -> `Settings` - `PHP` -> `Servers` -> `+` - Give your "server" a name and use the values shown below. @@ -97,4 +98,7 @@ should be fairly universal. - `+` -> `PHP Remote Debug` - Give it a name - Use the server you created before -- Use **SPINNER** as IDE key \ No newline at end of file +- Use **SPINNER** as IDE key + +Make sure you start listening when you want to debug by clicking the little bug icon in the +top right (by default) in PHPStorm. \ No newline at end of file