From 834a3186046f9fc2aee2b00fd011c88e64cbb9bd Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Fri, 16 Aug 2019 22:27:28 +0300 Subject: [PATCH] Always clear extra parameters. --- debug.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/debug.cpp b/debug.cpp index 33822062..dc63871c 100644 --- a/debug.cpp +++ b/debug.cpp @@ -5632,6 +5632,7 @@ static bool debug_line (TCHAR *input) case 't': no_trace_exceptions = 0; debug_cycles(); + trace_param1 = trace_param2 = 0; if (*inptr == 't') { no_trace_exceptions = 1; inptr++; -- 2.47.3