When debugging, should I expect (in the local variables window) to be
able to use one of the mouse buttons to expand and/or collapse local
variables? E.g. go from
[+]-- this
(double click or something, and get this)
[-]-\ this
[-]-\ int count
| `--- 9
[+]-- static final java.util.Comparator CASE_INSENSITIVE_ORDER
[-]-\ int offset
| `--- 0
[+]-- static final java.io.ObjectStreamField[]
serialPersistentFields
[+]-- char[] value
[-]-\ static final long serialVersionUID
| `--- -6849794470754667710
[-]-\ static java.lang.ThreadLocal ctbConverter
| `--- null
[-]-\ static java.lang.ThreadLocal btcConverter
`--- null
Now I have to place the mouse on the '+' followed by RET.
Jeff