add launch.json for xdebug

master
Andrew Dolgov 3 years ago
parent 33fff26869
commit 167ed87684

@ -0,0 +1,13 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"pathMappings": {
"/var/www/html/tt-rss": "${workspaceRoot}",
},
"port": 9000
}]
}
Loading…
Cancel
Save