diff --git a/compiler/injectdestructors.nim b/compiler/injectdestructors.nim index b9fa1e3aeb..504305d0cd 100644 --- a/compiler/injectdestructors.nim +++ b/compiler/injectdestructors.nim @@ -153,7 +153,7 @@ type uninit: IntSet # set of uninit'ed vars uninitComputed: bool -const toDebug = "" +const toDebug = "main" template dbg(body) = when toDebug.len > 0: