I tried to configure Xdebug following this tutorial https://www.jetbrains.com/help/phpstorm/configuring-xdebug.html#updatingPhpIni but I keep getting this error ( the path is correct )
PS C:\Users\Yasmine Daly\Downloads\ES-184\EstimateV2> php --version
Failed loading C:\xampp\PHP\ext\php_xdebug-3.1.5-7.4-vc15-nts-x86_64.dll
PHP 7.4.29 (cli) (built: Apr 12 2022 20:21:18) ( ZTS Visual C++ 2017 x64 )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
PS C:\Users\Yasmine Daly\Downloads\ES-184\EstimateV2>
php.ini
[xdebug]
zend_extension="C:\xampp\PHP\ext\php_xdebug-3.1.5-7.4-vc15-nts-x86_64.dll"
xdebug.mode=debug
xdebug.client_host=127.0.0.1
xdebug.client_port=9003