views:

2

answers:

0

I am writing a program that uses a binary protocol using Netbeans and I am finding its debugging tool irritating to use. When I bring up the visualizer for an array of bytes, it gives me each byte, individually, as a signed integer. I would love something like ghex, or any other nice hex editor.

For the time being I've written a utility function to convert a byte[] to a somewhat nicely formatted String, which I pass to my logger, which makes me want to die. Thank you for help, and please don't make fun of me for using Netbeans.