Watch window display format

Sysprogs forums Forums VisualGDB Watch window display format

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9518
    sidprice
    Participant

    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

    #9523
    sidprice
    Participant

    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

    #9532
    support
    Keymaster

    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?

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.