This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

displaying variables in the debugger

Hello,

I must check one variable in the debugger. Te variable's type is unsigned char[20]. I wonder if it's possible to display the variable's values all followed (I mean: the values all followed 0xc67c449deff14ae7ed807293d30846f061da5bff, instead of: 0xc6 0x7c 0x44 0x9d 0xef 0xf1 0x4a 0xe7 0xed 0x80 0x72 0x93 0xd3 0x08 0x46 0xf0 0x61 0xda 0x5b 0xff, postion by position).

Thank you all!