Created
March 10, 2026 17:10
-
-
Save heitoralthmann/0745671df04cbdd66a2b56722fe3e428 to your computer and use it in GitHub Desktop.
DDEV XDebug Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "Listen for Xdebug (ddev)", | |
| "type": "php", | |
| "request": "launch", | |
| "port": 9003, | |
| "pathMappings": { | |
| "/var/www/html": "${workspaceFolder}" | |
| }, | |
| "hostname": "0.0.0.0", | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment