xdebug.org
xdebug.org copied to clipboard
Xdebug Website
After pasting my phpinfo(), I was prompted to add `zend_extension = ext\php_xdebug-2.9.6-7.4-vc15-x86_64.dll` to my php.ini. This doesn't work; the correct line to use was `zend_extension = php_xdebug-2.9.6-7.4-vc15-x86_64.dll`. My stock php.ini...
When consulting the documentation on xdebug.org, quite some text was unreadable for me. This happened because in my browser the default text & background colors have been changed and the...
I noticed the website repo itself does not have a license. This adds the MIT license at the request of Derick, so that the code falls under a recognised open...
Following https://github.com/xdebug/xdebug/pull/833 xdebug configuration now allows xdebug://gateway and xdebug://nameserver pseudo hosts, those should be documented. 
I got confused by the `phpinfo()` part of this, because I looked at the blocks below, which seem to be sorted alphabetically (Zend Opcache below Xdebug). So "below" is a...
The page at https://xdebug.org/docs/profiler mentions the unmaintained "WinCacheGrind" in the intro blurb, but the text mentions QCacheGrind (which at least has a recent Mac formula, and the Windows version seems...
### Background VSCode is now an extremely popular IDE and as a consequence xDebug is heavily used in this IDE. ### The Issue On the Settings page there is no...
Hi, thanks for the project! I noticed that [xdebug.org](http://xdebug.org/) only accepts TLS 1.3 connections and does not support TLS 1.1/1.2. Is it a deliberate security policy? Would it be possible...