I am trying to set up my first PHP development environment, and I am having quite a few problems with Debug working or more accurately hitting breakpoints.
Here is what i did
1.) Confirmed that php is running on my Apache server on Windows. I did this by creating a test index.php file with phpinfo () in it.
2.) I installed Zend Debugger in Eclipse.
3.) I installed the php.ini file with the following code.
[Zend] zend_extension_ts="c:/php/ext/ZendDebugger.dll" zend_debugger.allow_hosts=127.0.0.1/32 zend_debugger.expose_remotely=always
4.) I opened the port for the debugger in the Windows firewall, in my case Eclipse says that Zend uses 10000.
5.) I added the dummy.php file to the root directory of the document.
6.) I restarted Apache after all this.
7.) When I go to test my debugger in eclipse, I get the following error message.

8.) When I look in the proposed section. I see it.

meanbunny
source share