29 lines
914 B
JSON
29 lines
914 B
JSON
{
|
|
// 使用 IntelliSense 以得知可用的屬性。
|
|
// 暫留以檢視現有屬性的描述。
|
|
// 如需詳細資訊,請瀏覽: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Listen for XDebug",
|
|
"type": "php",
|
|
"request": "launch",
|
|
// "hostname": "jianmiau.tk",
|
|
"port": 9000,
|
|
"pathMappings": {
|
|
"web/MyWeb/GiteaRepoManager": "${workspaceRoot}",
|
|
},
|
|
},
|
|
{
|
|
"name": "Launch currently open script",
|
|
"type": "php",
|
|
"request": "launch",
|
|
"program": "${file}",
|
|
"cwd": "${fileDirname}",
|
|
"port": 9003,
|
|
"pathMappings": {
|
|
"web/MyWeb/GiteaRepoManager": "${workspaceRoot}",
|
|
},
|
|
}
|
|
]
|
|
} |