From: <php...@li...> - 2007-04-04 01:12:01
|
Has anyone been able to get the Eclipse PDT debugger to work with the SourceForge Java bridge in servlet configuration? I installed the PDT into Eclipse Callisto (from http://dowloads.zend.com/pdt). Then I * obtained the 2.2.3 debugger dll from the Zend website. (http://downloads.zend.com/pdt/server-debugger/) * put the 5_1_x_comp version into the cgi directory of the exploded JavaBridge.war * put the following lines into php.ini: [Zend] zend_extension_ts="D:\EclipseWorkspaces\sourceForgeJavaBridge2\JavaBridg e3.2.1\WEB-INF\cgi\ZendDebugger.dll" zend_debugger.allow_hosts=127.0.0.1/32,172.17.65.115 zend_debugger.allow_tunnel=127.0.0.1/32,172.17.65.115 zend_debugger.expose_remotely=always At this point, running phpinfo() in test.php shows that the debugger dll has been loaded. * set the debugger socket value in the PDT preferences to 10013, since that was what phpinfo() showed. * unchecked the URL autogenerate and hard-coded the specific URL in the PHP Web Page panel of the Eclipse debug dialog. * launched the debug session. Web browser opens but never loads the page. This debugger does work with the bridge in the Zend Platform product. Running Eclipse 3.2 and PHP Java Bridge 3.2.1 on Windows XP. If anybody has gotten this config to debug, or sees anything obviously wrong with my setup, please respond... Thanks -Gary Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. |