# HG changeset patch # User Frank Benoit # Date 1208234909 -7200 # Node ID 84ce9636d109868885547649f483321134a0137a # Parent 15ccb2be3f1aa56e7d44737d694a1ff77faacab9 activate the debug outputs diff -r 15ccb2be3f1a -r 84ce9636d109 dwtx/jface/operation/ModalContext.d --- a/dwtx/jface/operation/ModalContext.d Tue Apr 15 06:26:40 2008 +0200 +++ b/dwtx/jface/operation/ModalContext.d Tue Apr 15 06:48:29 2008 +0200 @@ -44,7 +44,7 @@ * Indicated whether ModalContext is in debug mode; * false by default. */ - private static bool debug_ = false; + private static bool debug_ = true; /** * The number of nested modal runs, or 0 if not inside a modal run.