Install Xdebug in PHP 7.2 version of Windows 10
1. Check the relevant information of phpinfo(), and confirm to download the version of xdebug, VC15 x64 Thread Safe, as shown in Figure 1
2. Open the URL:https://xdebug.org/download.php, download PHP 7.2 VC15 TS (64 bit), as shown in Figure 2
3. Copy php_xdebug-2.7.1-7.2-vc15-x86_64.dll to C:\php-7.2.14\ext\php_xdebug.dll, in Add a new line to php.ini, restart php
zend_extension=xdebug
php-cgi.exe -b 127.0.0.1:9000-c C:/php-7.2.14/php.ini
4. Check the relevant information of phpinfo(), xdebug has been installed, as shown in Figure 3


