How do I make Pelles C debugger display characters instead of hex?

Started by hai987, October 31, 2008, 03:25:14 AM

Previous topic - Next topic

hai987

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.

DMac

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

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