Re: viewing StringBuffer in Variables tab
Nathan Fiedler <[email protected]> Mon, 06 Mar 2006 22:53:34 -0800
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <[email protected]> |
This happens when you click the Name column header to sort the rows alphabetically. Click it a couple more times until the arrow icon disappears, then it should be back to normal. Eventually, the Variables view will display objects like StringBuffer more intelligently. n Robert P Young wrote: > the display of value character array is sorted alpha on the indexes, so: > > [0] > [10] > [11] > . > . > . > [2] > . > . > . > > gets a tad confusing.