Community
Participate
Working Groups
As more debug plugins are created, users are getting confused as when they see a view and nothing is shown for their debug target. There are examples like the outline view that displays a message in the view (and it is shaded grey) when the selected item that determines its context does not it. The Expression view is an example of this. It should check the selected item in the debug view and display a message when it is not supported. The JDT views "Display" should also do the same. Do I need to open a separate bug for them?
This may be a larger issue. For example, the Expression view is not java specific - it just supports IExpressions, which any debug model may implement. Thus, one cannot say if a target supports expressions. As well, one could do mized launguage debugging with the expression view at the same time. The display view could provide a message, since it is Java specific. The (new) Threads & Monitors view should also show a message. The general issue is scaling the debug perspective for many debuggers.
marking for 2.1 consideration.
Deferred
marking as dup.
*** This bug has been marked as a duplicate of 36495 ***