简体   繁体   中英

Eclipse Debugger in version 2018-12 (4.10.0) not working

I tried to debug my application using eclipse but I have some other named attribute inside map in debug mode

I have also attached the screenshot below of my Eclipse running in debug mode:

This is my debug

我的调试应用程序

This is what I want to get

其他调试应用程序

Actually what I want to know is the table and linked node structure and value inside HashMap

In the top screen shot, you have Show Logical Structure toggle enabled. Find it at the top of the Variables view, the icon shows an arrow pointing to the right at a little hierarchical structure. In the popup menu that you get when you right click on items in the Variables view, you can even define your own logical structures (eg for java.util.Map it is predefined as return entrySet().toArray();)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM