SchoolPhysicalExamination/.vscode/111.json

17 lines
538 B
JSON
Raw Normal View History

2025-10-11 18:11:41 +08:00
{
"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
}
]
}