From 806a4b7eaf64c0dc87bfacd866297bce82417d57 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sat, 3 Jan 2015 14:14:36 -0500 Subject: [PATCH] increase size of backtrace --- bin/debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/debugger.cpp b/bin/debugger.cpp index a0e6f77..3549aa5 100644 --- a/bin/debugger.cpp +++ b/bin/debugger.cpp @@ -68,7 +68,7 @@ namespace { using namespace Debug::Internal; const uint32_t kGlobalSize = 0x10000; - const uint32_t kBackTraceSize = 20; + const uint32_t kBackTraceSize = 50; bool sigInt = false; bool memBreak = false;