访问: http://www.xdebug.com/wizard.php
- Download php_xdebug-2.3.3-5.6-vc11-x86_64.dll
- Move the downloaded file to E:\devtools\PHP\ext
- Edit
E:\devtools\PHP\php.ini
and add the line
zend_extension = E:\devtools\PHP\ext\php_xdebug-2.3.3-5.6-vc11-x86_64.dll
- Restart the webserver