NO

Author Topic: How do I make Pelles C debugger display characters instead of hex?  (Read 2634 times)

hai987

  • Guest
How do I make the debugger in Pelles C display the actual character of a character instead of it's hex value?
For instance, the letter "l" is 6C when I watch the variable in the dugger, but I want it to show "l" instead.

Offline DMac

  • Member
  • *
  • Posts: 272
Re: How do I make Pelles C debugger display characters instead of hex?
« Reply #1 on: October 31, 2008, 04:35:06 PM »
When debugging:

In the debugger watch window right mouse button Click.
Uncheck "Hexadecimal Values"
No one cares how much you know,
until they know how much you care.

hai987

  • Guest
Tried that, but it makes it display the ascii number for the value instead =(.