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 12656 - Watches are evaluated several times.
Summary: Watches are evaluated several times.
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2001-06-08 08:28 UTC by Jan Stola
Modified: 2003-06-30 17:29 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 Jan Stola 2001-06-08 08:28:29 UTC
Netbeans build 206
==================

Steps to reproduce:
-------------------
1. Create watch on "java.lang.System.out.println("Evaluated")" :-)
2. Trace into some application with JPDA debugger.
3. When the watch is evaluated the word "Evaluated" is printed
   into output window.
4. Step Over. The watch will be evaluated two or three times.
Comment 1 Jan Stola 2001-06-08 08:29:54 UTC
Obviously a performance related issue.
Comment 2 Daniel Prusa 2001-06-26 12:39:49 UTC
Fixed in main trunk.
Comment 3 Jan Stola 2001-06-29 16:38:24 UTC
Verified in Netbeans build 20010629.
Comment 4 Quality Engineering 2003-06-30 17:29:43 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.