Re: Visual D debugger crashes when expanding empty array

2019-09-18 Thread Rainer Schuetze via Digitalmars-d-debugger
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.

Visual D debugger crashes when expanding empty array

2019-09-14 Thread Bert via Digitalmars-d-debugger
Creating pointers to dynamic arrays, when the array length is 0 and the ptr is 0 expanding it's elements will crash Visual Studio.