You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: FAQ.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
-[How do I import a database?](#import-db)
16
16
-[How do I switch PHP versions?](#php-versions)
17
17
-[How do I share my work with the outside world?](#share)
18
+
-[How do I debug with Visual Studio Code?](#vscode-debug)
18
19
19
20
###Glossary
20
21
-[What Do They All These Terms Mean?](#what-do-they-all-these-terms-mean)
@@ -136,6 +137,10 @@ This will provide you with a URL to share the local site until you exit the comm
136
137
137
138
You can also use [Vagrant Share](https://www.vagrantup.com/docs/share).
138
139
140
+
<aid="vscode-debug"></a>
141
+
## How do I debug with Visual Studio Code?
142
+
143
+
The configuration file for Visual Studio Code is already included in the respository. Ensure that you have installed the [PHP Debug](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug) extension for Visual Studio Code.
0 commit comments