Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 3da7d82

Browse files
author
Daryl Lozupone
committed
Add instructions for debugging with Visual Studio Code
closes #51
1 parent 33a051b commit 3da7d82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

FAQ.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- [How do I import a database?](#import-db)
1616
- [How do I switch PHP versions?](#php-versions)
1717
- [How do I share my work with the outside world?](#share)
18+
- [How do I debug with Visual Studio Code?](#vscode-debug)
1819

1920
###Glossary
2021
- [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
136137

137138
You can also use [Vagrant Share](https://www.vagrantup.com/docs/share).
138139

140+
<a id="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.
139144
##Glossary
140145
<a id="glossary"></a>
141146

0 commit comments

Comments
 (0)