www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Dr. Memory with D

How did I use Dr. Memory with D applications?
Every time I try it, my application crash and I get leak errors 
(maybe because of the GC).

My test code is this:
----
import std.stdio;

void main() {
	
}
----

So how can I configure Dr. Memory for D?
Nov 08 2013