Visual D debugger crashes when expanding empty array

Rainer Schuetze r.sagitario at gmx.de
Wed Sep 18 07:19:07 UTC 2019



On 14/09/2019 21:40, Bert wrote:
> Creating pointers to dynamic arrays, when the array length is 0 and the
> ptr is 0 expanding it's elements will crash Visual Studio.

That's the automatic dereferencing for pointers going wrong. Fixed for
the next version.


More information about the Digitalmars-d-debugger mailing list