How can I watch the contents of several variables (for example, TreeSet's) simultaneously? I can watch contents of one TreeSet, clicking on it in "Variables" window, but I have no idea how to do that for several variables.
|
You can use Expressions windows: while debugging, menu window -> Show View -> Expressions, then it has place to type variables of which you need to see contents |
|||
|
|
|
You can add a watchpoint for each variable you're interested in.
|
|||
|
|
|
You can do so by these ways. Add |
|||||||||
|

toString()method simply returns aStringrepresentation of that object, often used for debugging. – Matt Ball Apr 14 '11 at 15:09