Skip to content

Instantly share code, notes, and snippets.

@heitoralthmann
Created March 10, 2026 17:10
Show Gist options
  • Select an option

  • Save heitoralthmann/0745671df04cbdd66a2b56722fe3e428 to your computer and use it in GitHub Desktop.

Select an option

Save heitoralthmann/0745671df04cbdd66a2b56722fe3e428 to your computer and use it in GitHub Desktop.
DDEV XDebug Configuration
{
"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