Created
May 2, 2018 07:39
-
-
Save dawidnawrot/30a21dc8487154107782f240d792bb80 to your computer and use it in GitHub Desktop.
Setup for solas xdebug in VCS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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