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

Summary: Wrong print text of variable modified for the first time
Product: debugger Reporter: Jan Stola <jstola>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.