|
Project
|
IntelliJ IDEA
|
|
Priority
|
Normal |
|
Type
|
Bug |
|
Fix versions
|
No Fix versions |
|
State
|
Won't fix |
|
Assignee
|
Eugene Zhuravlev |
|
Subsystem
|
Debugger |
|
Affected versions
|
107.777 (10.5.4) |
|
Fixed in build
|
No Fixed in build
|
Debugger's default renderer for Map objects calls this method to get all entries in the map. You should either use default renderer for class types (right click on the node and select "View As"->"Object") to render this particular instance, or turn "Alternative views for Collections classes" option off, so that generic renderer will be used for collection classes.
Alternatively you may specify your own renderer specifically for Maps that will override the IDEA's one.