Skip to main content



      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 16:23
Eclipse UserFriend
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: Sat Jul 05 05:27:16 EDT 2025

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

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

Back to the top