I'm debugging my C code
and I want to know the value of a chars array.
the problem is that it is seen like this:
0x63d7c4c8 "\327\220\327\250\327\225\327\236"
how can I convert to Hebrew chars, via eclipse debug window?
I'm debugging my C code
and I want to know the value of a chars array.
the problem is that it is seen like this:
0x63d7c4c8 "\327\220\327\250\327\225\327\236"
how can I convert to Hebrew chars, via eclipse debug window?
bash ~ $ printf "\327\220\327\250\327\225\327\236\n"
ארומ
bash ~ $
Not sure you can change it in the debug window, but take a look here.