Index: /trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.h
===================================================================
--- /trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.h	(revision 74669)
+++ /trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.h	(revision 74670)
@@ -30,4 +30,7 @@
 /* debugging configuration flags */
 
+/* Adds vectored exception handler to be able to catch non-debug UM exceptions in kernel debugger. */
+#define VBOXWDDMDISP_DEBUG_VEHANDLER
+
 /* generic debugging facilities & extra data checks */
 # define VBOXWDDMDISP_DEBUG
@@ -39,6 +42,4 @@
 /* use OutputDebugString */
 //#  define VBOXWDDMDISP_DEBUG_PRINT
-/* adds vectored exception handler to be able to catch non-debug UM exceptions in kernel debugger */
-//#  define VBOXWDDMDISP_DEBUG_VEHANDLER
 /* disable shared resource creation with wine */
 //#  define VBOXWDDMDISP_DEBUG_NOSHARED
