mirror of
https://github.com/shadoll/php7-xdebug-vscode.git
synced 2025-12-20 03:26:51 +00:00
update for xdebug
This commit is contained in:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@@ -8,7 +8,10 @@
|
||||
"name": "Listen for Xdebug",
|
||||
"type": "php",
|
||||
"request": "launch",
|
||||
"port": 9003
|
||||
"port": 9003,
|
||||
"pathMappings": {
|
||||
"/var/www/html": "${workspaceRoot}/app"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Launch currently open script",
|
||||
|
||||
Reference in New Issue
Block a user