Pelles C forum

C language => Beginner questions => Topic started by: hai987 on October 31, 2008, 03:25:14 AM

Title: How do I make Pelles C debugger display characters instead of hex?
Post by: hai987 on October 31, 2008, 03:25:14 AM
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.
Title: Re: How do I make Pelles C debugger display characters instead of hex?
Post by: DMac on October 31, 2008, 04:35:06 PM
When debugging:

In the debugger watch window right mouse button Click.
Uncheck "Hexadecimal Values"
Title: Tried that, but it makes it display the ascii number for the value instead =(.
Post by: hai987 on October 31, 2008, 08:48:04 PM
Tried that, but it makes it display the ascii number for the value instead =(.