Community
Participate
Working Groups
Sometimes, when closing debug session, following error is thrown. It blocks closing the session, thus user has to restart Eclipse to get rid of JS launch. org.mozilla.xpcom.XPCOMException: The function "clearAllBreakpoints" returned an error condition (0x80040111) at org.mozilla.xpcom.internal.XPCOMJavaProxy.callXPCOMMethod(Native Method) at org.mozilla.xpcom.internal.XPCOMJavaProxy.invoke(XPCOMJavaProxy.java:143) at $Proxy11.clearAllBreakpoints(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.atf.mozilla.ide.core.XPCOMThreadProxy$1.run(XPCOMThreadProxy.java:64)
At a minimum, this exception should be handled somehow (e.g. by logging to the log), to at least don't block terminating the debug launch session
I committed the exception handling to CVS, but will keep bug open in hope that the XPComException can be avoided