Skip to content

Instantly share code, notes, and snippets.

@iammateus
Last active July 8, 2020 15:15
Show Gist options
  • Save iammateus/e6a8186547201c90ba039812a81578f8 to your computer and use it in GitHub Desktop.
Save iammateus/e6a8186547201c90ba039812a81578f8 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000,
"stopOnEntry": true,
"pathMappings": {
// host_path: local_path
"/home/httpd/html/idealinvest.com.br": "${workspaceFolder}"
},
"log" : true
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 9000,
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment