Community
Participate
Working Groups
Build Identifier: 20100617-1415 I'd like to have a byte[] formatted like the output of Linux's hexdump -C Unfortunately it looks like it is not possible to find primitive types in the "Select Type" dialog of "Add Detail Formatter" It should be possible for primitive types and arrays of primitive types, too. Reproducible: Always
Want it too, not fixed in 20120614-1722. Why doesn't Eclipse resolve e.g. "[B" class name and other primitives and arrays of classes/primitives? While debugging it is often useful to see some buffer content as a String (or something else). Especially when you work with HTTP or other text related protocols.
Found a workaround: write a static method public static String hexdump(byte[] b) and put this into a jar in jre/lib/endorsed of the VM Eclipse runs in. Then you can use in Expressions View an expression like Hexdump.hexdump(myarry)
*** This bug has been marked as a duplicate of bug 187922 ***