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 49782 - [40cat] ide freezes when expanding a large array in the watches/variables window
Summary: [40cat] ide freezes when expanding a large array in the watches/variables window
Status: CLOSED DUPLICATE of bug 50421
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-01 11:08 UTC by _ leonchiver
Modified: 2008-04-15 18:08 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ leonchiver 2004-10-01 11:08:35 UTC
[ BUILD # : 200409301800 ]
[ JDK VERSION : J2SE 1.5.0 ]

summary already says it.

reproduction scenario:

char c[] = new char[10000];
System.out.println(c); // Breakpoint here

now expand c in the variables window. it takes
quite a long time to expand the node. 
other ide's handle this situation by showing only
a few positions from the array.
Comment 1 _ lcincura 2004-10-01 11:21:07 UTC
IDE does not freeze, it just takes a while to display so big array. I
see it can be a big problem on slower machines, but displaying just a
portion of array is enhancement, not a bug.
Clearly a bug is, that user does not know, what happens and may thing
IDE is frozen. This will be handled by issue #49784. Add your comments
if you have any.
Comment 2 Roman Ondruska 2005-05-11 14:44:09 UTC
There is a (DEFECT) issue #50421 for this. 

*** This issue has been marked as a duplicate of 50421 ***
Comment 3 Petr Cyhelsky 2008-04-15 18:03:54 UTC
verified duplicate
(and also fixed now)