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;