So this has been a problem since 10.2 apparently. I just downloaded 10.5 and it still seems to be an issue.
If I declare a variable like this:
char * p="displayme";
it won't appear as a string in the debugger.
But if I declare it like this:
unsigned char * p="displayme";
It shows up as a string. Is there any fix for this?
thanks