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 233340 - Output base of variables within the watch window during debugging is ignored
Summary: Output base of variables within the watch window during debugging is ignored
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-07-24 17:24 UTC by cnetbeans
Modified: 2015-05-30 10:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Ignored output base during step debugging (71.86 KB, image/png)
2013-07-24 17:24 UTC, cnetbeans
Details
a screenshot (60.75 KB, image/png)
2015-05-15 18:52 UTC, Andrew Krasny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cnetbeans 2013-07-24 17:24:07 UTC
Created attachment 137725 [details]
Ignored output base during step debugging

Hello, 

Regarding old bug => #Bug 202868 


The selected output base of variables within the watch window is ignored. After
doing a single step, the variables are printed in decimal everytime and is no matter if the settings is in other Ouput Base.

Not OS dependent. Happened using Cygwin and Win7, 64BIT


C/C++ plugin: Version: 1.24.1.1 Source: NetBeans IDE 7.4 Beta (Build 201307092200)
Gdbserver: Version: 1.3.1 Source: Plugin Portal

Product Version: NetBeans IDE 7.4 Beta (Build 201307092200)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b17
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)


The bug is still persist when debbuging in C... 
Please check it.

Regards, Miha
Comment 1 Andrew Krasny 2015-05-15 18:51:45 UTC
Not sure if it is P1, but, guys, this is annoying. 

The issue still exists in 8.0.2.
Could you, please, take a look?

Ah, well.. probably it should be a different issue, as this time I'm complying about the 'Variables' window, not the 'Watches'. 

If I add a variable to 'Watches' the output base is used correctly.
Still, on 'Variables' tab (where I see both, watches and autos) the output is not consistent.
Comment 2 Andrew Krasny 2015-05-15 18:52:24 UTC
Created attachment 153697 [details]
a screenshot
Comment 3 henk89 2015-05-25 14:29:50 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/564a3ff202fd
Comment 4 Quality Engineering 2015-05-30 10:05:38 UTC
Integrated into 'main-silver', will be available in build *201505300811* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/564a3ff202fd
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #233340 - Output base of variables within the watch window during debugging is ignored