launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": "XDebug",
"type": "php",
"request": "launch",
"stopOnEntry": false,
"pathMappings": {
"/www/wwwroot/www.test": "${workspaceRoot}",
},
"port": 9010
}
]
}
已解决,协议头问题