Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Display Array Index in Hex While Debugging
icon5.gif  Display Array Index in Hex While Debugging [message #1407070] Mon, 11 August 2014 20:23
Sam Ryan is currently offline Sam RyanFriend
Messages: 1
Registered: August 2014
Junior Member
I'm using Eclipse Luna with CDT and wanted to know if there is a way to display variable indices in hexadecimal format instead of decimal in the "variables" window while debugging. As an example, the name column of the debug window currently displays my variable as (x)= var[10] and I want to know if there is a way to display it as (x)= var[0xa] instead.

In the C/C++ > Debug menu I have the Default number format set for Variables, Expressions and Registers set to Hexadecimal already.
Previous Topic:Eclipse slow after startup (for about 30 mins)
Next Topic:Using custom C compilers
Goto Forum:
  


Current Time: Thu Oct 03 17:26:39 GMT 2024

Powered by FUDForum. Page generated in 0.03030 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top