From 795239a8a5ba458b2e047bdc7eee4e5c58c1d3be Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Fri, 28 Oct 2022 19:27:49 +0200 Subject: [PATCH] feat(chalice): sourcemaps log --- api/chalicelib/core/sourcemaps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/chalicelib/core/sourcemaps.py b/api/chalicelib/core/sourcemaps.py index 147304a4e..ed3c63e07 100644 --- a/api/chalicelib/core/sourcemaps.py +++ b/api/chalicelib/core/sourcemaps.py @@ -147,6 +147,7 @@ MAX_COLUMN_OFFSET = 60 def fetch_missed_contexts(frames): source_cache = {} + print(f">>>>>>>> fetch_missed_contexts of: {len(frames)} frames") for i in range(len(frames)): print(">>>>>>>> fetch_missed_contexts exception:") print(frames[i])