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)

On 05/12/2014 10:37 AM, Liviu Ionescu wrote:
> Big thanks to Mikhail for pulling this explanation for the bug out of his magic
> hat.  I would never have thought to look to that.
could you share this explanation here?

I just noticed that most of the debugger buttons became disabled when a runtime exception was thrown from DsfTerminateCommand.canExecute(). After debugging I found out that if the enablement check of one of the registered command handlers crashes the checks for the remaining buttons are not executed.


Back to the top