We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9fcf1 commit f4b0f97Copy full SHA for f4b0f97
.vscodeignore
@@ -14,3 +14,4 @@ appveyor.yml
14
appveyor-install.ps1
15
.travis.yml
16
travis-php.ini
17
+ISSUE_TEMPLATE.md
ISSUE_TEMPLATE.md
@@ -0,0 +1,14 @@
1
+PHP version:
2
+XDebug version:
3
+Adapter version:
4
+
5
+Your launch.json:
6
+XDebug php.ini config:
7
8
+XDebug logfile (from setting `xdebug.remote_log` in php.ini):
9
+Adapter logfile (from setting `"log": true` in launch.json):
10
11
+Code snippet to reproduce:
12
+```php
13
+```
0 commit comments