I have Eclipse PDT 2.2.0 and my Zend Debugger breaks at the start of every Zend Framework related file. There is already another SO post Zend Debugger breaks at every Zend Framework class about that issue, and the solution was to update to a later build; however, I don't seem to be able to do that.
After downloading the latest 2.2.0 All-in-One package from http://www.eclipse.org/pdt/downloads/, I've tried Help->Check for Updates, which fails and reports the following:
Cannot complete the install because of a conflicting dependency.
Software being installed: Eclipse IDE for PHP Developers 1.3.1.20100916-1202 (epp.package.php 1.3.1.20100916-1202)
Software currently installed: Shared profile 1.0.0.1276791101682 (SharedProfile_epp.package.php 1.0.0.1276791101682)
Only one of the following can be installed at once:
Eclipse IDE for PHP Developers 1.3.0.20100617-0520 (epp.package.php 1.3.0.20100617-0520)
Eclipse IDE for PHP Developers 1.3.1.20100916-1202 (epp.package.php 1.3.1.20100916-1202)
Cannot satisfy dependency:
From: Shared profile 1.0.0.1276791101682 (SharedProfile_epp.package.php 1.0.0.1276791101682)
To: epp.package.php [1.3.0.20100617-0520]
Despite the "helpful" error message, I wasn't sure what to do, so I tried following the instructions mentioned in Zend Debugger breaks at every Zend Framework class. I downloaded the recommended 201006170734 SDK as well as the latest 201010110334 SDK.
Each time, I extracted the archives into c:\program files\eclipse\dropins\
and started eclipse from the command line using the --clean
flag. Regardless, Help->About Eclipse still shows build id 20100617-1415 and my debugging sessions still break on every single Zend Framework file despite there not being any breakpoints set up in there.
I can't believe it's this difficult to perform a simple upgrade. Any suggestions?
HI,
I really am not familiar with the Eclipse IDE for PHP ... but seeing as you have no lead here at all, I'll at least try and give you some potential issues to investigate.
First of, the error message you get is Eclipse telling you that there are conflicting dependencies between the "old" and "new" version of the software you're upgrading. I've never understood how a plugin that's going to be uninstalled anyway can cause conflicts, but that seldom happens. What you can try in these cases is to simply uninstall the offending plugin and restarting your Eclipse before trying to install it from scratch. In your case,
epp.package.php
, version 1.3.0.20100617) and hit the "Uninstall" buttonNow if you go again to the list of installed software, you shouldn't see that plugin anymore. You can now try and install the new version (1.3.1.20100916).
If that doesn't work, you'll most likely have to install your Eclipse from scratch and only install the latest version of the Eclipse PDT since they don't seem to support updating.
If all else fail, try and get in contact with the development team of the PDT; they should be monitoring the official Eclipse PDT forum.
Sorry if that doesn't help, I can only provide you with general information as I never dealt with the PDT myself.
edit In order to install a "clean" Eclipse with the latest PDT version :
The installation takes a while, but you should now have an Eclipse with the latest PDT build... I could go that far on my machine... but as I am not familiar with the PDT, could not try and see whether your use case works :).