diff --git a/core/debug/trace/trace.odin b/core/debug/trace/trace.odin index eef27499d..243232ddc 100644 --- a/core/debug/trace/trace.odin +++ b/core/debug/trace/trace.odin @@ -4,7 +4,7 @@ import "base:intrinsics" import "base:runtime" Frame :: distinct uintptr -MAX_FRAMES :: 64 +MAX_FRAMES :: 512 Frame_Location :: struct { using loc: runtime.Source_Code_Location,