Skip to content

Instantly share code, notes, and snippets.

@mikeyarce
Created August 21, 2018 15:40
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 mikeyarce/17234a95ac7902c8106bae8660b64d7a to your computer and use it in GitHub Desktop.
Save mikeyarce/17234a95ac7902c8106bae8660b64d7a to your computer and use it in GitHub Desktop.
vs code xdebug
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"pathMappings": { "/var/www/wp-content": "${workspaceRoot}/" },
"port": 9000
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment