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 154341 - Watches window constantly refreshing itself
Summary: Watches window constantly refreshing itself
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker with 1 vote (vote)
Assignee: issues@debugger
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-12-02 13:21 UTC by gekkothelizard
Modified: 2010-04-29 09:45 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 gekkothelizard 2008-12-02 13:21:56 UTC
The watches window is refreshing itself every 1-2 seconds, while I'm debugging a webapplication using glassfish server. 
This is especially annoying when I try to view fields of a class, because if I open the class using the + button, it's 
closed on the next refresh. After a few refreshes it is opened again than closed again, and this goes on and on. Of 
course this is happening while the program is stopped, I not touching anything.

Note: The Local Variables window is fine.
Comment 1 Martin Entlicher 2008-12-08 15:28:02 UTC
Does not seem to be always reproducible.
I've occasionally seen this, but now I'm not able to reproduce. Adding RANDOM keyword. Does this refreshing occurs for
you always? Or just under some circumstances? Exact reproducible steps are highly appreciated.
Comment 2 gekkothelizard 2008-12-10 09:53:02 UTC
Well unfortunately I'm working on a single webapp right now. With this project the refreshing is always happening when 
I run it in debug mode. I'll try what happens if I create a new project.
Comment 3 blyons 2009-02-05 15:21:33 UTC
I believe the problem is that when another thread is running in the application, like a timer thread, each time the 
thread is awakened, the watch window refreshes itself. It's possible to view the watches if you suspend all the 
threads in your app, but this is a real pain.
Comment 4 gekkothelizard 2009-02-05 15:25:50 UTC
I think you can close this one, I haven't been able to reproduce it since reporting.
Comment 5 Daniel Prusa 2009-03-16 11:29:05 UTC
Seems to be no longer reproducible, closing as suggested by the reporter.
Comment 6 Quality Engineering 2010-04-29 09:45:40 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.