Hello, is there way to change the way a variable is displayed? For example, I like to have my uint64_t displayed as hex, since the contain bit patterns, instead of decimal, which is rather useless. Also vector types (like __v2di, __v16qi and the like) are not correctly displayed a all, but as arrays with length 0. - Gunther