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 181303 - [69cat] No debug value on String
Summary: [69cat] No debug value on String
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-27 06:36 UTC by ulfzibis
Modified: 2014-01-28 10:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
debug variables view (35.18 KB, image/png)
2010-02-27 06:36 UTC, ulfzibis
Details
breakpoints (25.31 KB, image/png)
2010-02-27 06:58 UTC, ulfzibis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ulfzibis 2010-02-27 06:36:59 UTC
Created attachment 94584 [details]
debug variables view

Variable value is shown as "" instead of "A".
Comment 1 ulfzibis 2010-02-27 06:58:10 UTC
Created attachment 94585 [details]
breakpoints

- Use platform JDK-7 b84 fastdebug build
- Add JDK-7 b84 JRL sources ..\jdk\src\share\classes to platform sources
- Use project:
https://java-nio-charset-enhanced.dev.java.net/source/browse/java-nio-charset-enhanced/branches/j7_EUC_TW/?rev=956
- In debugger Sources window move projects src tree to top position
- Set breakpoints
- Debug file:
src/java/lang/String.java
- Step to shown position
Comment 2 ulfzibis 2010-02-27 07:14:47 UTC
Error does not occur always.
So play around with "run 2nd session before stopping 1st", "Step Over", "Continue".
Additionally have ..\jdk\src\windows\classes in platform sources
Comment 3 Martin Entlicher 2010-03-18 15:14:10 UTC
I've tried this several times on Ubuntu Linux and did not reproduce a problem. It looks like I have to try that on Windows...
Comment 4 Martin Entlicher 2014-01-28 10:39:36 UTC
We did not manage to reproduce this even on Windows in current 8.0 dev builds.
This looks like a problem with refreshing of Variables view, I believe that it works fine now.