Download XAMPP 1.7.2 from sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.7.2/xampp-win32-1.7.2.exe/download
Install
Download php_xdebug-2.0.5-5.3-vc6.dll from xdebug.org/download.php
Place it in C:\xampp\php\ext
Edit C:\xampp\php\php.ini add:
zend_extension = “C:\xampp\php\ext\php_xdebug-2.0.5-5.3-vc6.dll”[xdebug]
xdebug.remote_enable=on
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=”dbgp”
Enjoy!
http://xdebug.org/wizard.php
XDEBUG EXTENSION FOR PHP | DOCUMENTATION | INSTALLATION
Or Flattr this website:
Tailored Installation Instructions
This page helps you finding which file to download, and how to configure PHP to get Xdebug running. Please paste thefull output of phpinfo() (either a copy & paste of the HTML version, the HTML source or
php -i output) and submit the form to receive tailored download and installation instructions. Do not paste the raw HTML (from view-source) into the form. | ||||
This site and all of its contents are Copyright © 2002-2012 by Derick Rethans.
All rights reserved. |