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 193500

Summary: Can not re-assign string value
Product: cnd Reporter: Alexander Pepin <apepin>
Component: DebuggerAssignee: Egor Ushakov <gorrus>
Status: RESOLVED FIXED    
Severity: normal Keywords: REGRESSION
Priority: P2    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexander Pepin 2010-12-16 15:03:57 UTC
It's a regression comparing to 6.9.1
Steps to reproduce:
- create Welcome sample
- add the following line to the code:
 char *s = "hello";
- start debugging
- open Variables
- try to change 's' value to "good bye"
Result: Debugger error appears with the message "No symbol \"good\" in current context.".
Comment 1 Egor Ushakov 2011-01-14 13:17:15 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/6458ef7834ca
Comment 2 Quality Engineering 2011-01-16 06:13:57 UTC
Integrated into 'main-golden', will be available in build *201101160000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6458ef7834ca
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #193500 (Can not re-assign string value)