Browse Source

添加php调试

visuddhinanda 5 years ago
parent
commit
ab3c11cc75
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .vscode/launch.json

+ 6 - 0
.vscode/launch.json

@@ -10,6 +10,12 @@
             "name": "Launch Chrome against localhost",
             "url": "http://localhost:80",
             "webRoot": "${workspaceFolder}"
+        },
+        {
+            "name": "Listen for XDebug",
+            "type": "php",
+            "request": "launch",
+            "port": 9000
         }
     ]
 }