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 12893 - Wrong print text of variable modified for the first time
Summary: Wrong print text of variable modified for the first time
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-15 14:38 UTC by Jan Stola
Modified: 2003-06-30 17:36 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-15 14:38:23 UTC
Netbeans build 211
==================

! This is not duplicate of bug 12891 !

When the variable breakpoint on variable modification
is hit for the first time, the print text contains
question-mark instead of the (default) value of the variable.

Steps to reproduce:
-------------------
1. Create variable breakpoint on some (member) variable.
2. Set its "Stop on" property to the variable modification.
3. Start the debuggee.
4. When the breakpoint is hit for the first time the question-mark
   is written to the output window (instead of the value of the variable).
Comment 1 Jan Stola 2001-06-21 10:24:58 UTC
It seems to work for primitive variables.
So, the variable should be of reference type.
Comment 2 Daniel Prusa 2001-06-21 11:44:30 UTC
Fixed in main trunk.
Comment 3 Jan Stola 2001-06-29 15:42:58 UTC
Verified in Netbeans build 20010629.
Comment 4 Quality Engineering 2003-06-30 17:36:34 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.