> > > 1. When displaying bytes in hex, there should be only 2
> > >    hex-digits, even when the value is "negative".
> > >    ( instead of 0xFFFFFF88 --> 0x88 )
> >
> >    What is the data type?  If it is an int, then 0x88
> >    is significantly different from 0xFFFFFF88.
> 
> Data type is byte - of cause.

    TOTAL DUH!!!  Jeez, that was stupid of me.  Uh, need
    new glasses, yeah, that's it, that's the ticket.

> > > 3. There should be another option to display values as
> > >    characters for single-byte character arrays ( byte[] ).
> >
> >    It would be nice if you could "script" what you want
> >    displayed.  For instance, if I told the debugger to
> >    display all byte arrays as "new String (value)" ...
> 
> What do you mean by "script" ?

    I mean, to be able to specify, in a very short amount of
    code, how you want certain datatypes displayed, with the
    output always as some Object.  Forgive me, I need a soda.
    :-)


-----------------------------------------------
This message was sent using CableSpeed Webmail.
http://www.one.net/   --  http://www.us.net



_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to