Re: Hexadecimal/Binary display of variables

Nathan Fiedler <[email protected]> 27 Jun 2003 21:23:13 -0700
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <1056774193.1107.0.camel@chip>
JSwat does not currently offer this option. I would welcome any patch to
provide this functionality. :)

n


On Fri, 2003-06-27 at 16:54, Erik Johannes wrote:
> Is there a way to display the value of an int/short/byte as a
> hexadecimal/octal/binary value instead of decimal?
> Several other debuggers I use (for C++) allow me to right click on a
> variables display and select the formatting of the way the value is
> displayed (i.e. hex, oct, binary, etc).  I haven't been able to find a
> way to do this with JSwat.