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 194662 - Can not assign string value in struct/class
Summary: Can not assign string value in struct/class
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: PC All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-24 16:58 UTC by Alexander Pepin
Modified: 2011-01-27 20:44 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 2011-01-24 16:58:04 UTC
Steps to reproduce:
- create Welcome sample
- define struct A{ char *s};
- add the following line to the code:
 A a;
- start debugging
- open Variables
- expand 'a'
- try to change 's' value
Result: Value field can not be edited.
Comment 1 Egor Ushakov 2011-01-25 10:08:49 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/899f09b43514
Comment 2 Quality Engineering 2011-01-27 08:31:54 UTC
Integrated into 'main-golden', will be available in build *201101270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/899f09b43514
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #194662 (Can not assign string value in struct/class)
Comment 3 Quality Engineering 2011-01-27 20:44:56 UTC
Integrated into 'main-golden', will be available in build *201101271430* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/899f09b43514
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #194662 (Can not assign string value in struct/class)