Skip to content

Instantly share code, notes, and snippets.

@dawidnawrot
Created May 2, 2018 07:39
Show Gist options
  • Save dawidnawrot/30a21dc8487154107782f240d792bb80 to your computer and use it in GitHub Desktop.
Save dawidnawrot/30a21dc8487154107782f240d792bb80 to your computer and use it in GitHub Desktop.
Setup for solas xdebug in VCS
{
"version": "0.2.0",
"configurations": [
{
"request": "launch",
"name": "Xdebug solas",
"type": "php",
"cwd": "${workspaceRoot}",
"pathMappings": {
"/home/vagrant/sites/pt": "${workspaceRoot}",
"/home/vagrant/profiles": "${workspaceRoot}/_www/php/profiles"
}
},{
"request": "launch",
"name": "Xdebug shop",
"type": "php",
"cwd": "${workspaceRoot}",
"pathMappings": {
"/home/vagrant/sites/pt": "${workspaceRoot}",
"/home/vagrant/profiles": "${workspaceRoot}/_www/shop/profiles"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment