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 199557 - Register value in disassembly tooltip is shown as decimal
Summary: Register value in disassembly tooltip is shown as decimal
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.1
Hardware: PC All
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-20 16:26 UTC by Alexander Pepin
Modified: 2011-10-05 14:16 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-06-20 16:26:53 UTC
Steps to reproduce:
- create Welcome sample
- do step into
- open Disassembly
- open Registers view
- move mouse cursor onto any register in Disassembly view to see its value
Result: A tooltip appears and shows the register's value but in decimal form whereas it's expected to be shown in hexadecimal form like in Registers view.
e.g. $esi=-6456 in tooltip vs. 0xffffe6c8 in Registers view.
Comment 1 Egor Ushakov 2011-10-04 16:41:29 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/8d4736485d9b
Comment 2 Quality Engineering 2011-10-05 14:16:49 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/8d4736485d9b
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #199557 (Register value in disassembly tooltip is shown as decimal)