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 - Can not re-assign string value
Summary: Can not re-assign string value
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-12-16 15:03 UTC by Alexander Pepin
Modified: 2011-01-16 06:13 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 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)