From 3208088851288b6b6cdaa45f225c66f2ec93fdd6 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 27 Jan 2019 10:43:29 +0200 Subject: [PATCH] Change default debugger to console. (GUI debugger needs complete rewrite) --- od-win32/writelog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/od-win32/writelog.cpp b/od-win32/writelog.cpp index 64a82c73..f5ab9e44 100644 --- a/od-win32/writelog.cpp +++ b/od-win32/writelog.cpp @@ -160,7 +160,7 @@ static void openconsole (void) if (debugger_type < 0) { regqueryint (NULL, _T("DebuggerType"), &debugger_type); if (debugger_type <= 0) - debugger_type = 2; + debugger_type = 1; openconsole(); return; } -- 2.47.3