thanks
I use this expression
UIntToStr({Expression}) + ' ($' + (IntToHex({Expression}, SizeOf(UInt64) * 2)) + ')'
Successfully displayed the decimal and hexadecimal values of UINT64
What methods do Expression support?
I added UInt64, IntToHex({Expression}) or ({Expression}).Dump
debug show
224071604948171700 (evaluation failed for IntToHex(I))
226323404761856752 (evaluation failed for (I).Dump)