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 179685 - debugger tab continually refreshes -- every 2-3 seconds -- annoying
Summary: debugger tab continually refreshes -- every 2-3 seconds -- annoying
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 180120 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-01-19 15:43 UTC by emiddio
Modified: 2010-04-08 16:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
shows my netbeans (452.63 KB, image/jpeg)
2010-01-19 15:43 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2010-01-19 15:43:06 UTC
debugging works; when attached to glassfish gfv2ur2 and stopped at a breakpoint
the debugging pane -- where thread/stack is shown -- continuously updates,
repaints about every 2 to 3 seconds.

this is annoying and also makes using the tab unusable when needing to scroll or
look at the stack.
Comment 1 emiddio 2010-01-19 15:43:56 UTC
Created attachment 93419 [details]
shows my netbeans
Comment 2 Martin Entlicher 2010-02-02 05:46:13 UTC
*** Bug 180120 has been marked as a duplicate of this bug. ***
Comment 3 Martin Entlicher 2010-02-02 05:47:41 UTC
This problem is also described in issue #180120.
Upgrading to P2, since this is an annoying issue.
Comment 4 Martin Entlicher 2010-02-11 10:06:49 UTC
It's triggered by method invocations, which resume the thread for a while and invalidate all stack frames, which need to be refreshed.
We need to replace the stack frames in a faster way, which will not cause the thread node to collapse and expand.
Comment 5 Martin Entlicher 2010-04-08 16:53:31 UTC
Hopefully fixed in changeset:   166689:604af3272176
http://hg.netbeans.org/main/rev/604af3272176