Skip to content

Commit ad8b2f1

Browse files
authored
Updated Mac env setting names for Xdebug v3 (#1331)
1 parent dfb5ef6 commit ad8b2f1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

distribution/debugging.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,8 @@ Note for Mac environments use the following:
5959
6060
```yml
6161
XDEBUG_CONFIG: >-
62-
remote_enable=1
63-
remote_host=docker.for.mac.localhost
64-
remote_connect_back=0
65-
remote_port=9003
6662
idekey=PHPSTORM
67-
remote_autostart=1
68-
remote_mode=req
69-
remote_handler=dbgp
63+
client_host=docker.for.mac.localhost
7064
```
7165
7266
In VSCode, alongside the default PHP configuration in `launch.json`, you'll need path mappings for the Docker image.

0 commit comments

Comments
 (0)