Skip to content

Instantly share code, notes, and snippets.

@drodriques
Last active February 10, 2019 14:46
Show Gist options
  • Save drodriques/5d9d9ba0d3436d79588f18e83c116437 to your computer and use it in GitHub Desktop.
Save drodriques/5d9d9ba0d3436d79588f18e83c116437 to your computer and use it in GitHub Desktop.
{
// 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": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9001
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 9001
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment