Skip to content

Instantly share code, notes, and snippets.

@rorymcdaniel
Created February 26, 2022 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rorymcdaniel/b64927990a343f93bb9abf0bd343e958 to your computer and use it in GitHub Desktop.
Save rorymcdaniel/b64927990a343f93bb9abf0bd343e958 to your computer and use it in GitHub Desktop.
Lando VSCode Xdebug Settings
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "xDebug listen",
"type": "php",
"request": "launch",
"port": 9003,
"pathMappings": {
"/app": "${workspaceFolder}"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment