Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] Java Breakpoint labels in the Breakpoints view


With the addition of the icons for the various kinds of breakpoints, some of the information presented in the labels of Java breakpoints is redundant.

For example:
         a Java Watchpoint set for access and modification

        The current label
                foo.InifiniteLoop - h: access and modification
        The proposed label
                foo.InfiniteLoop - h

The icons and overlays allow the user to distinguish between a watchpoint set for access and/or modification

The same argument goes for Java Method breakpoints (the exit/entry) and Java Exception Breakpoints (uncaught/caught).

I propose that the redundant information should be removed from the labels.

Darins

Back to the top