neo-debugger icon indicating copy to clipboard operation
neo-debugger copied to clipboard

include type for auto converted variables and add alternative views

Open ixje opened this issue 1 year ago • 0 comments

image

In this view owner is a Hash160. I can only tell this after hovering over the owner part of the line. So at first glance I can't tell whether this is a string or a Hash160. I think it would be an improvement if this can be showed perhaps after the automagically converted value?

Specifically for Hash160 I wouldn't mind seeing this variable expandable with some additional views like;

  • data - showing the actual underlying memoryspan (either in hex or byte[] format)
  • address - showing the N3 address if converted

ixje avatar May 12 '23 12:05 ixje