I\'ve read other questions regarding this topic. The listed solutions haven\'t worked.
Installed:
XAMPP 1.7.7
Netbeans 7.1.1
XDebug
Read the installation of XAMPP 1.7.7 & Netbeans 7.1 with edditing the php.ini file as suggested: http://netbeans.org/kb/docs/php/configure-php-environment-windows.html
Create your PHP project in the local XAMPP directory, c:\xammp\htdocs\*yourproject*
Debug the index.php, you will see that your browser will start with additional parameters:
http://*yourproject*/index.php?XDEBUG_SESSION_START=netbeans-xdebug
Go to your Netbeans, your debugger will be started.