Eclipse debugger error

Whenever I open the breakpoint column in the debugger it gives an error like

Model proxy installed notification job
Child Count Update

      

Details are given

An internal error occurred during: "Model Proxy installed notification job".
java.lang.NullPointerException
An internal error occurred during: "child count update".
java.lang.NullPointerException

      

I am using Xdebug in Eclipse Juno on my Mac OSX 10.8.2.

+3


source to share


2 answers


I know it is too late to answer, but I hope this works for everyone.

I also had the same problem for my eclipse for Android (ADT package).



I just removed the breakpoint tab from a debug perspective and added it back to the same.

from Windows -> Show View -> Breakpoints.

and it worked for me. now I can switch the breakpoint and it doesn't happen on any errors.

+4


source


Just so you know, I fixed it by updating, also updated the issue in eclipse bug tracker.

The bug is not fixed in the latest version of Eclipse PHP PDT 3.0.X available on its main web: http://www.eclipse.org/pdt/downloads/



Here's how I fixed it:
Go to the Breakpoint tab, press three times until the error goes out. Right click inside the Breakpoint tab, remove all breakpoints. After that, delete the Breakpoint bookmark so that it is not seen again in the tabs. Close Eclipse.
Now use AtfCleaner and CCleaner, remove all temporary files and any possible conflicting registry entry.

Now update version 3.1.1 (you may not need to do the above things, but it worked for me, so I'm not sure at all):
To update version 3.1.1 you have to update it using the Eclipse updater pointing to:
http : //download.eclipse.org/tools/pdt/updates/release
Update only one by one to ensure everything is downloaded and installed correctly.

More information:
http://eclipse.org/pdt/release-notes/3.1.1/



The same thing happens with Subversion, if you want to fix it you have to manually find the latest update repository, update to the latest version and fix the bad connectors ...
http://subclipse.tigris.org/update_1.8.x
http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA
Only download the latest svn or Eclipse will not connect to the svn repository.


Eclipse is full of bugs and needs to know where to download or update or fix something is a real pain. Can't figure out how possible there is no standard way to update Eclipse and its components and information are not updated and cleaned up in its main web. His incredible product comes with outdated and conflicting components.

0


source







All Articles