Java Eclipse Debugger Output to ASCII Hex Array

When looking at a byte array in Eclipse, there is no easy way to see it as a hex string.

You can use [ Window > Preferences > Debug > Primitive Display Options > Display hexadecimal values (byte, short, char, int, long) ]

But that gives:
sharedSecret
	[0]	-84 [0xac]
	[5]	94 [0x5e]
	[14]	13 [0xd]
	[13]	102 [0x66]
When you really want: AC 5E 0D 66
{ "loggedin": false, "admin": false, "owner": false, "avatar": "", "render": "nothing", "trackingID": "G-SGN2S75X5V", "description": "Online conversion from the Eclipse Hex display of a Java buffer to clean HEX.", "page": { "trial": false }, "domain": "holtstrom.com", "base": "\/michael", "url": "https:\/\/holtstrom.com\/michael\/", "frameworkFiles": "https:\/\/holtstrom.com\/michael\/_framework\/_files.7\/", "commonFiles": "https:\/\/holtstrom.com\/michael\/_common\/_files.4\/", "mediaFiles": "https:\/\/holtstrom.com\/michael\/media\/_files.2\/", "clockFiles": "https:\/\/holtstrom.com\/michael\/clock\/_files.1\/" }