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 236646 - A Registers tab is editable table, but IDE doesn't persist new value
Summary: A Registers tab is editable table, but IDE doesn't persist new value
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-02 11:46 UTC by soldatov
Modified: 2014-02-15 05:12 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 soldatov 2013-10-02 11:46:59 UTC
Scenario:
- Create Welcome
- Press Step into
- Push Window|Debugging|Registers menu item
==> I can edit register's name and value
- Modify value (eax=0xffffffff replace on eax=0xffffff99)
- Select Output tab
- Select Registers tab
==> old value in tab

Workaround: use $ecx in Variables tab
Comment 1 henk89 2014-02-14 12:03:20 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/78cb34041246
Comment 2 henk89 2014-02-14 12:10:13 UTC
removed committed by mistake:
http://hg.netbeans.org/cnd-main/rev/3f0cffdef884
Comment 3 Quality Engineering 2014-02-15 05:12:53 UTC
Integrated into 'main-silver', will be available in build *201402150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/78cb34041246
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #236646 - A Registers tab is editable table, but IDE doesn't persist new value