> 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.

> 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)" ...


-----------------------------------------------
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