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 194660 - Can not assign string value with space
Summary: Can not assign string value with space
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:
Depends on:
Blocks:
 
Reported: 2011-01-24 15:43 UTC by Alexander Pepin
Modified: 2011-01-25 06:09 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 15:43:16 UTC
Steps to reproduce:
- create Welcome sample
- add the following line to the code:
 char *s = "aaa";
- start debugging
- open Variables
- try to change 's' value to "bbb", OK
- try to change "bbb" to "ccc ddd"
Result: Debugger error window appears with the absolutely useless message "mi_cmd_data_evaluate_expression: Usage: -data-evaluate-expression expression".
Comment 1 Egor Ushakov 2011-01-24 16:37:34 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/ce23f24aac21
Comment 2 Quality Engineering 2011-01-25 06:09:28 UTC
Integrated into 'main-golden', will be available in build *201101250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ce23f24aac21
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #194660 (Can not assign string value with space)