- Install and configure xdebug in Docker
RUN ...
COPY ...
-
Setup VS Code PHP Debug is the extension to debug PHP in VS Code .vscode/lauch.json ...
-
Debugging in Chrome Install Xdebug helper to debug in Chrome
-
Configure Windows Defender Firewall
New-NetFirewallRule -DisplayName "WSL" -Direction Inbound -InterfaceAlias "vEthernet (WSL)" -Action Allow
More about this issue here
More ... https://xdebug.org/docs/step_debug
Hi,
thanks for the guide!
I am running Win11 and it should be the same, but its not working for me. I ran the powershell command, and I added a rule for ESET Internet Security, but it still wont hit the breakpoint.
Any suggestions?
Thanks in advance