Visual D Debugger long array expansion indexing fix

Brett Brett at gmail.com
Tue Sep 17 13:48:33 UTC 2019


does things like [1000...2000]

but then lists the values as [0], [1], ...

Could it use the absolute values [1000], [1001], etc?

That way one doesn't have to do mental arithmetic?

Obviously not difficult but I see no reason to not do it.



More information about the Digitalmars-d-debugger mailing list