Skip to content
Snippets Groups Projects
Commit 167ed876 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

add launch.json for xdebug

parent 33fff268
No related branches found
No related tags found
Loading
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"pathMappings": {
"/var/www/html/tt-rss": "${workspaceRoot}",
},
"port": 9000
}]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment