www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.debugger - Visual D debugger crashes when expanding empty array

reply Bert <Bert gmail.com> writes:
Creating pointers to dynamic arrays, when the array length is 0 
and the ptr is 0 expanding it's elements will crash Visual Studio.
Sep 14 2019
parent Rainer Schuetze <r.sagitario gmx.de> writes:
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.
Sep 18 2019