fpopic
fpopic

Reputation: 1808

Eclipse debug collection variable values

Is there any trick or functionality to show values of collections in values column (next to id number), (logical structures) so I don't have to extend each collection ?

enter image description here

Upvotes: 0

Views: 228

Answers (1)

LhasaDad
LhasaDad

Reputation: 2133

you want to go to Java->Debug-Detail Formatters.

then figure how you want it formatted and select the radio button for as the label for variables with detail formatters I think

Upvotes: 1

Related Questions