Watch window display format Sysprogs forums › Forums › VisualGDB › Watch window display format This topic has 2 replies, 2 voices, and was last updated 8 years ago by support. Log In Register Lost Password Viewing 3 posts - 1 through 3 (of 3 total) Author Posts November 16, 2016 at 20:08 #9518 sidpriceParticipant It seems VisualGDB does not display an array of “unsigned char” in hex correctly, I see values like “0x-1” when it should be 0x09. I hope this link to capture works: https://1drv.ms/i/s!AuP9dQYeglUkgotbQuDZXQKuEVIB0A Sid November 17, 2016 at 01:24 #9523 sidpriceParticipant I think I figured this out. I added “set output-radix 16” to the GDB startup parameters and now my arrays display as hex numbers. However, I would expect that if I used the VS context menu to select hex display then VisualGDB should indeed display my arrays as hex. Also, is there a way to have the mixed hex and ASCII display as VS normally does for unsigned and signed chars? Sid November 17, 2016 at 19:42 #9532 supportKeymaster Hi, Are you using the latest version 5.2? We had a similar bug in v5.1 and it got fixed in v5.2. If yes, could you please attach your gdb session log so that we could check what is going on? Author Posts Log In Register Lost Password Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In