This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 192832 - [70cat][debugger] Variables view cannot evaluate HashMap$Entry objects.
Summary: [70cat][debugger] Variables view cannot evaluate HashMap$Entry objects.
Status: RESOLVED INCOMPLETE
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-03 07:37 UTC by esmithbss
Modified: 2010-12-08 13:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE Log File (52.00 KB, application/octet-stream)
2010-12-03 07:38 UTC, esmithbss
Details
Screen Capture. (2.84 MB, image/png)
2010-12-03 07:41 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2010-12-03 07:37:28 UTC
Product Version = NetBeans IDE Dev (Build 201012020001)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) Client VM 16.3-b01

Each time I debug an application where I stop on a breakpoint to view the contents of a HashMap entry, the debugger only shows me a "Evaluating..." statement for each entry within the HashMap, regardless of the size of the HashMap.
Comment 1 esmithbss 2010-12-03 07:38:45 UTC
Created attachment 103564 [details]
IDE Log File
Comment 2 esmithbss 2010-12-03 07:41:04 UTC
Created attachment 103565 [details]
Screen Capture.
Comment 3 Martin Entlicher 2010-12-03 08:24:05 UTC
Can you please also provide a thread dump taken when this occurs?
http://wiki.netbeans.org/GenerateThreadDump
Since also the children can not be loaded, there's some stuck thread probably.
Comment 4 Martin Entlicher 2010-12-03 08:28:06 UTC
Also, didn't you change Map and Map.Entry formatters in Tools -> Options -> Miscellaneous -> Java Debugger -> Variable Formatters?
Comment 5 esmithbss 2010-12-05 05:21:27 UTC
The only confit changes I've made are font size (9pt) and tab stop (2 spaces).

Will try to get thread dump when happens.  Please post instruction link from wiki to issue.
Comment 6 esmithbss 2010-12-05 05:22:08 UTC
Sorry, email chopped previous link.  Ignore link request.
Comment 7 esmithbss 2010-12-05 05:22:15 UTC
Sorry, email chopped previous link.  Ignore link request.
Comment 8 Martin Entlicher 2010-12-08 13:16:34 UTC
Resolving as incomplete till we get the full thread dump. It's very probable that there was either a deadlock or some debugging communication was stuck. I can not reproduce the problem in daily builds.