changeset 176:1fe0f5bb0ba2

Enable extended debug msgs for DWT.
author Frank Benoit <benoit@tionex.de>
date Sun, 02 Mar 2008 18:09:13 +0100
parents a481ab32da3d
children 5e10b057a923
files dwt/graphics/Device.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/graphics/Device.d	Sun Mar 02 18:07:03 2008 +0100
+++ b/dwt/graphics/Device.d	Sun Mar 02 18:09:13 2008 +0100
@@ -51,7 +51,7 @@
     GtkWidget* shellHandle;
 
     /* Debugging */
-    public static bool DEBUG;
+    public static bool DEBUG = true;
     bool debugging;
     bool tracking;
     Exception [] errors;