Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Upcoming release dates (was CDT8.4 + 8.5 - all debug buttons become disabled)

That is very interesting!
That is the most plausible explanation yet.
So, if one of the handlers from CDT or from a contributing plugin has a problem, it could affect the buttons.

When trying it, I see in the log:
!ENTRY org.eclipse.debug.ui 4 120 2014-12-03 13:59:38.138
!MESSAGE Error logged from Debug UI:

Handlers that I see in my basic environment:
org.eclipse.debug.core.commands.IStepReturnHandler 
org.eclipse.cdt.debug.core.model.IConnectHandler 
org.eclipse.debug.core.commands.IResumeHandler
org.eclipse.debug.core.commands.ISuspendHandler
org.eclipse.debug.core.commands.ITerminateHandler
org.eclipse.debug.core.commands.IDisconnectHandler
org.eclipse.debug.core.commands.IDropToFrameHandler
org.eclipse.debug.core.commands.IRestartHandler

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Mikhail Khodjaiants
> Sent: Wednesday, December 03, 2014 12:12 PM
> To: cdt-dev@xxxxxxxxxxx
> Subject: Re: [cdt-dev] Upcoming release dates (was CDT8.4 + 8.5 - all debug
> buttons become disabled)
> 
> Is there anything in the log file? I noticed if a debug command handler throws
> an exception all other updates are not executed which means that
> corresponding buttons remain disabled. In my case changes in
> DsfTerminateCommand caused an AssertionError and all other debug buttons
> except "Terminate" stayed disabled.
> 
> On 03/12/2014 11:50 AM, Liviu Ionescu wrote:
> > On 03 Dec 2014, at 18:10, Derek Morris <dmsubs@xxxxxxxxxxxxx> wrote:
> >
> >> Unfortunately, I have not been able to provoke the issue on my computer
> again. However, we still get a constant trickle of our customers complaining
> about this issue.
> > same from the GNU ARM Eclipse users :-(
> >
> >> It would be really good if somebody who can reliably reproduce the
> >> issue could either
> >> - tell us how to reproduce, or
> >> - debug it themselves...
> > or you can check the differences from 8.3 to 8.4, maybe you can spot
> something that can affect the buttons.
> >
> > my initial impression was that the the problem is in the GDB Hardware plug-
> in. however, after checking the git diffs for the
> org.eclipse.cdt.debug.gdbjtag.core plug-in, I could not identify major change, so
> the problem might be in an upper plug-in, but affect only the gdbjtag one.
> >
> > unfortunately I'm not familiar enough with all details of the debug plug-ins to
> know where to search for the problem.
> >
> > but for users of my J-Link plug-in, the problem occurs almost every time a
> new session is launched.
> >
> >
> > regards,
> >
> > Liviu
> >
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > To change your delivery options, retrieve your password, or
> > unsubscribe from this list, visit
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top