# HG changeset patch # User Frank Benoit # Date 1204477753 -3600 # Node ID 1fe0f5bb0ba2b0a704e40fd7d2d818ba9b55c1b1 # Parent a481ab32da3d1e1105d7a38900f180d9063a379c Enable extended debug msgs for DWT. diff -r a481ab32da3d -r 1fe0f5bb0ba2 dwt/graphics/Device.d --- 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;