[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: Question about using the internal debugger


b) WTP 1.1.10x

I hope you mean 2.0 -- http://download.eclipse.org/tools/pdt/downloads/release.php?release=R20080103


Update operation has failed
Error retrieving "plugins/org.zend.php.debug.debugger.linux.x86_64_0.0.0.jar". [Server returned HTTP response code: "404 Not Found" for URL: http://downloads.zend.com/pdt/plugins/org.zend.php.debug.debugger.linux.x86_64_0.0.0.jar.]

Sounds like there's something wrong with the Zend update site. Here's the manual install hack:


0. shut down Eclipse

1. download these

http://downloads.zend.com/pdt/plugins/org.zend.php.debug.debugger_5.2.10.v20070905.jar

http://downloads.zend.com/pdt/plugins/org.zend.php.debug.debugger.linux.x86_64_5.2.10.v20070905.jar

http://downloads.zend.com/pdt/features/org.zend.php.debug_feature_5.2.10.v20070905.jar


2. put the feature jar in features/ and the plugin jars in plugins/

3. unpack them all into like-named folders

eclipse/plugins/org.zend.php.debug.debugger_5.2.10.v20070905/
eclipse/plugins/org.zend.php.debug.debugger.linux.x86_64_5.2.10.v20070905/
eclipse/features/org.zend.php.debug_feature_5.2.10.v20070905/

4. restart Eclipse

Does that work? (FWIW, all the php I do is for the web, so I just use apache for debugging. print and print_r() FTW.)

Nick