I have been having a option for a few days. When I try to run a PHPUnit test I get a message saying failed to load Xdebug. I have tried to reinstall, change filepaths etc but I am getting nowhere. Hoping somebody can help me out :)
PHP 7.4.3 (cli) (built: Oct 6 2020 15:47:56) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.3, Copyright (c), by Zend Technologies

zend_extension=xdebugis enough to have Xdebug extension loaded (as long as it is located in the same folder as other PHP extensions). 1) Do you have actually an Xdebug extension file there at that `C:\php\ext` path? 2) What file that is (where did you get it from)? If it's from Xdebug website -- what URL did you use to download it (in case if it's for the wrong PHP/version)?