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 161905 - watches view slow down
Summary: watches view slow down
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Egor Ushakov
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2009-04-03 15:44 UTC by Egor Ushakov
Modified: 2009-06-25 10:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2009-04-03 15:44:07 UTC
If you have too many watches which are not known in current context
watches window response may be very slow, because type requests for such watches are being sent to gdb too often.
Comment 1 Egor Ushakov 2009-05-04 16:50:39 UTC
removed unused type requests in:
http://hg.netbeans.org/cnd-main/rev/3bfcab82bf9f
Comment 2 Egor Ushakov 2009-05-06 15:55:44 UTC
removed extra value and type requests:
http://hg.netbeans.org/cnd-main/rev/9379b09d5a91
Comment 3 Egor Ushakov 2009-05-06 18:14:34 UTC
cache resolved type:
http://hg.netbeans.org/cnd-main/rev/3cd624209eda
Comment 4 Egor Ushakov 2009-05-07 13:18:11 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/3c0c05aaf16c