digitalmars.D.debugger - Visual D debugger crashes when expanding empty array
- Bert (2/2) Sep 14 2019 Creating pointers to dynamic arrays, when the array length is 0
- Rainer Schuetze (3/5) Sep 18 2019 That's the automatic dereferencing for pointers going wrong. Fixed for
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
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