add PHP debug

This commit is contained in:
Pig Fang 2020-03-19 15:09:36 +08:00
parent 0671964ead
commit a409404263

8
.vscode/launch.json vendored
View File

@ -1,6 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "php",
"request": "launch",
"name": "Launch with XDebug",
"ignore": [
"**/vendor/**/*.php"
]
},
{
"type": "firefox",
"request": "launch",