I\'ve got xdebug installed fine (showing up in phpinfo()) but I\'m trying to get it to work with PHPUnit\'s code coverage functionality. It keeps telling me \"The XDebug extensi
perform php --ini to check witch config file is loaded. if you have something like this : Loaded Configuration File: (none) Scan for additional .ini files in: (none) Additional .ini files parsed: (none) Just copy your php.ini in windows directory ;)