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 92347 - Watches value not updated
Summary: Watches value not updated
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 110768 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-11 15:16 UTC by novakm
Modified: 2008-03-03 11:47 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 novakm 2007-01-11 15:16:10 UTC
Let's assume you have following line in your build.xml:
<property name="build.testproperty" value="true"/>
You select the build.testproperty text and add it to watches. Then you start ant
debugger, but the value of the build.testproperty doesn't change at all even the
mentioned line was already executed. There is "null" all the time. If you switch
to another debugging tab and then back again, the expected value true is there.

-----
NetBeans IDE Dev (Build 200701101900)
1.5.0_11; Java HotSpot(TM) Client VM 1.5.0_11-b03
Windows XP version 5.1 running on x86
cs_CZ (nb); Cp1250
-----
Comment 1 Martin Entlicher 2007-01-11 17:12:26 UTC
Reproduced. It's some refresh problem in the watches model.
Comment 2 Martin Entlicher 2008-01-25 09:24:17 UTC
*** Issue 110768 has been marked as a duplicate of this issue. ***
Comment 3 Martin Entlicher 2008-02-28 02:15:31 UTC
Fixed in trunk:
changeset:   69981:d28174aa1ec9
http://hg.netbeans.org/main/rev/d28174aa1ec9
Comment 4 novakm 2008-03-03 11:47:16 UTC
Verified in Build 200803021202