I am having trouble getting Zend debugger working on Apache server on Windows XAMMP installation - PHP V 5.3.8
here is what I did so far:
downloaded & installed Zend Eclipse PDT (PDT 3.0.2 w/Eclipse Indigo) here: http://www.zend.com/community/pdt/downloads
Downloaded zip file ZendDebugger-20110410-cygwin_nt-i386 from Zend site
copied file ZendDebugger-20110410-cygwin_nt-i386\5_3_x_nts_comp\ZendDebugger.dll as C:\xampp\php\ext\ZendDebugger.dll
found correct php.ini and added these lines to php.ini
zend_extension_manager.debug_server=/xampp/php/ext/ZendDebugger.dll
zend_debugger.allow_hosts=127.0.0.1
zend_debugger.expose_remotely=always
re-started apache
ran script with phpinfo();
looked for reference to debugger in box with line This program makes use of the Zend Scripting Language Engine
reference not found