Visual D values and pointers taking lots of space
Brett
Brett at gmail.com
Mon Sep 30 20:09:56 UTC 2019
In the debugger windows, pointers and values in hex take a lot of
space. In 64-bit this can take up a lot of room. Can there be an
option to remove the extra zero's?
Basically any leading zeros on any numerical values should be
removed.
Also maybe hex values could use h instead of 0x, saving an extra
char. I realize it might cause problems with copying values but
it could be optional too.
More information about the Digitalmars-d-debugger
mailing list