Re: How to show data in hex format?
ron flory <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
Geert Vancompernolle wrote: > Hi, > > When debugging, How can I see the data represented in hex iso. octal or > decimal format? I'm not sure if this is what you are asking, but: (right-mouse on displayed variable)-> New Display-> Convert To Hex This is a manual operation and kind of a pain when you need to convert several items to other radix, but its the built-in method. ron