From 41a3d0823c8140375c8df0e974a2484abcb064f9 Mon Sep 17 00:00:00 2001 From: Serhei Makarov Date: Thu, 15 Aug 2024 17:40:19 -0400 Subject: [PATCH] eu-stacktrace WIP: exclude show_memory_reads from --debug for now "One line per frame" is a far more natural debugging mode than "one line plus additional memory-read fluff". --- src/stacktrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stacktrace.c b/src/stacktrace.c index 98c350ca..3ca9eaf5 100644 --- a/src/stacktrace.c +++ b/src/stacktrace.c @@ -513,7 +513,7 @@ parse_opt (int key, char *arg __attribute__ ((unused)), break; case OPT_DEBUG: - show_memory_reads = true; + show_memory_reads = false; show_frames = true; FALLTHROUGH; case 'v': -- 2.47.2