Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse TreeMap debug view

I am trying to see the items in the collection, but it seems like Eclipse just loops things over and over: enter image description here

How can I see the individual items in the TreeMap collection?

like image 217
Daniil Shevelev Avatar asked Jul 14 '14 14:07

Daniil Shevelev


People also ask

How do I debug a view in Eclipse?

You can activate it during debugging via “Window” -> “Show View” -> “Display”. Now there should be a blank new view in your Eclipse. You can use this view to enter and evaluate new code.

How does the Eclipse platform help developers debug?

The Eclipse Platform helps developers debug by providing buttons in the toolbar and key binding shortcuts to control program execution. For more information about debugging visit: Eclipse Stepping Commands Help

What is debug view in JDT?

The Debug View (aka Launch View) displays information while debugging applications written in different languages. Development tools for a language plug into the Debug View framework, and provide information specific to that language. In the following we examine how JDT uses this framework to display the state of the debuggee JVM.

How do you debug a JVM thread?

Most notably, JDT uses the Debug View to display JVM threads while debugging. This includes running/suspended state as well as stack traces for suspended threads. The information is retrieved over JDI, the Java Debug Interface. Model deltas are then passed to the Debug View in order to display the state.


1 Answers

There is a small button above the variables “Show Logical Structure”. Try it and it makes things easier. :-)

like image 118
user4624611 Avatar answered Sep 19 '22 16:09

user4624611