From 0d3e044a70e69c91de84a758c5186197d6d1f645 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 21 Jul 2024 11:16:56 +0200 Subject: [PATCH] Update posts/2024-06-28-gno-debugger/README.md Co-authored-by: deelawn --- posts/2024-06-28-gno-debugger/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/posts/2024-06-28-gno-debugger/README.md b/posts/2024-06-28-gno-debugger/README.md index 7837698..c442c3d 100644 --- a/posts/2024-06-28-gno-debugger/README.md +++ b/posts/2024-06-28-gno-debugger/README.md @@ -15,7 +15,8 @@ In this article, we introduce the new Gno debugger feature and show how it can b > Brian Kerninghan, "The Elements of Programming Style" > On average, you spend about eight to ten times debugging as you do writing code. -> Anonymous +> +> -- Anonymous Having a good debugger is important. But the Gno language is almost Go, and gno.land itself is entirely written in Go. Could I just use the existing Go tools, i.e. the [delve] debugger, to take control and debug my Gno programs?