17 lines
538 B
JSON
17 lines
538 B
JSON
|
|
{
|
||
|
|
"version": "0.2.0",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "Listen for Xdebug",
|
||
|
|
"type": "php",
|
||
|
|
"request": "launch",
|
||
|
|
"port": 9000, // Xdebug v2使用9000端口
|
||
|
|
"pathMappings": {
|
||
|
|
"D:/phpstudy_pro/WWW/reedaw/SchoolPhysicalExamination": "${workspaceFolder}",
|
||
|
|
"D:/phpstudy_pro/WWW/reedaw/SchoolPhysicalExamination/public": "${workspaceFolder}/public"
|
||
|
|
},
|
||
|
|
"log": true,
|
||
|
|
"stopOnEntry": false
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|