From c92a62421203c3ac5ba8384e4c0dbbbf92af9e0b Mon Sep 17 00:00:00 2001 From: Ulf Wohlers Date: Fri, 25 Oct 2002 15:19:27 +0000 Subject: [PATCH] Heavy Debug switch for debugger added Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@413 --- settings.h.cvs | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.h.cvs b/settings.h.cvs index 3eea7705..81f3ec27 100644 --- a/settings.h.cvs +++ b/settings.h.cvs @@ -21,6 +21,7 @@ /* Enable the debugger, this only seems to work in win32 for now. */ #define C_DEBUG 0 +#define C_HEAVY_DEBUG 0 /* Enable the logging of extra information for debugging to the console */ #define C_LOGGING 0