Skip to content

Commit

Permalink
Update posts/2024-06-28-gno-debugger/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: deelawn <[email protected]>
  • Loading branch information
mvertes and deelawn authored Jul 21, 2024
1 parent 83d9911 commit 0d3e044
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion posts/2024-06-28-gno-debugger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
>
> -- <cite>Anonymous</cite>
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?

Expand Down

0 comments on commit 0d3e044

Please sign in to comment.