[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to show data in hex format?
From: |
ron flory |
Subject: |
Re: How to show data in hex format? |
Date: |
Fri, 09 Mar 2007 08:01:22 -0600 |
User-agent: |
Thunderbird 1.5.0.10 (Windows/20070221) |
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