Skip to content

Instantly share code, notes, and snippets.

@mhadaniya
Created March 9, 2023 14:27
Show Gist options
  • Save mhadaniya/3efd63a0bd054fb8aa6d1668d6745c98 to your computer and use it in GitHub Desktop.
Save mhadaniya/3efd63a0bd054fb8aa6d1668d6745c98 to your computer and use it in GitHub Desktop.
Config for XDebug on Lando
{
"version": "0.2.0",
"configurations": [
{
"name": "XD🐛",
"type": "php",
"request": "launch",
"port": 9003,
"log": false,
"pathMappings": {
"/app/": "${workspaceFolder}/",
}
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment