Community
Participate
Working Groups
I20110124-1800 The Conditional Breakpoints history popup menu in the Breakpoints view should show more content. It should skip newline and indent and replace it with a single space. Currently, I can't tell these two entries apart: 1: System.out.println("log"); return false; 2: System.out.println("log"); return true; The labels should probably still be capped, but filling half the screen width would still be OK.
> It should skip newline and indent and replace it with a single space. I disagree on the space because "foo bar" and foo bar would end up as two entries but same text. How about using \n? This would probably lead to less collisions.
> > It should skip newline and indent and replace it with a single space. > I disagree on the space because > "foo bar" > and > foo > bar > would end up as two entries but same text. > > How about using \n? This would probably lead to less collisions. Discussed this with Markus and got convinced that it's better to use a space. Fixed in HEAD. Available in builds >= I20110126-0800.(In reply to comment #1)
Verified in I20110126-1800.