From a409404263394c16e43913a0318a5492520af9f7 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 19 Mar 2020 15:09:36 +0800 Subject: [PATCH] add PHP debug --- .vscode/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index cbf5c9ca..308a7815 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,14 @@ { "version": "0.2.0", "configurations": [ + { + "type": "php", + "request": "launch", + "name": "Launch with XDebug", + "ignore": [ + "**/vendor/**/*.php" + ] + }, { "type": "firefox", "request": "launch",