Go Debugging

Open-source Go projects categorized as Debugging

Top 22 Go Debugging Projects

  1. stern

    ⎈ Multi pod and container log tailing for Kubernetes -- Friendly fork of https://github.com/wercker/stern (by stern)

    Project mention: Stern: Multi pod and container log tailing for Kubernetes | news.ycombinator.com | 2026-07-03
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. ksniff

    Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark

  4. cdp

    Package cdp provides type-safe bindings for the Chrome DevTools Protocol (CDP), written in the Go programming language.

  5. claws

    Awesome WebSocket CLient - an interactive command line client for testing websocket servers (by thehowl)

    Project mention: Dealing with WebSocket in Dart | dev.to | 2026-05-20

    Hmm. We don't have a WebSocket client available right, it will be coded in the next part of this article. Unluckily, curl does not have a full support for the WebSocket protocol (it can receive but not send data). Instead, we can install the browser-websocket-client open-source plugin available on the Chrome Web Store. Are you Firefox friendly? You can use Weasel and its still open-source. If you prefer a command line tool, you can also check websocat or claws.

  6. mcpsnoop

    Wireshark for MCP. A transparent proxy that shows every real tool call between your AI client and your MCP servers, live in your terminal.

    Project mention: Show HN: Mcpsnoop – Wireshark for MCP (transparent proxy and live TUI) | news.ycombinator.com | 2026-07-03
  7. gostackparse

    Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.

  8. what

    Debug-level logging for developers (only!)

  9. ssl-handshake

    A command-line tool for testing SSL/TLS handshake latency, written in Go.

  10. k9sight

    A fast, keyboard-driven TUI for debugging Kubernetes workloads

    Project mention: Show HN: K9sight – fast, keyboard-driven TUI for debugging Kubernetes workloads | news.ycombinator.com | 2025-12-03
  11. ci-debugger

    Debug GitHub Actions workflows locally — with breakpoints. No more blind YAML commits.

    Project mention: Show HN: CI-debugger – Debug GitHub Actions locally with breakpoints | news.ycombinator.com | 2026-03-21
  12. ecal

    A simple embeddable scripting language which supports concurrent event processing. (by krotik)

  13. racedetector

    Pure-Go race detector - No CGO required! Detect data races in Go programs running on AWS Lambda, Docker (FROM scratch), Alpine Linux. FastTrack algorithm, 85.7% coverage, production-ready

    Project mention: GoGPU: A Pure Go Graphics Library for GPU Programming | dev.to | 2025-12-05

    kolkov/racedetector — Race condition tools

  14. termtrace

    A terminal workflow recorder that turns debugging sessions into replayable, shareable artifacts.

    Project mention: Show HN: Termtrace – Record and replay terminal sessions as traces | news.ycombinator.com | 2026-04-04

    I often end up repeating the same steps in the terminal and later can’t reproduce what I did.

    termtrace records a terminal session and lets you replay it step by step.

    It captures commands, outputs, exit codes, and timing as a structured trace.

    Repo: https://github.com/AmalChandru/termtrace

    Would love feedback.

  15. reqlog

    Fast CLI for searching, tracing, and streaming logs across files, Docker containers, and remote hosts using request IDs, trace IDs, and key/value search. (by SagarMaheshwary)

    Project mention: Building reqlog: a Go CLI for tracing request flows across logs (files, Docker, SSH) | dev.to | 2026-05-30
  16. Webhix

    Self-hosted webhook inspector. Single binary, SQLite, no external dependencies.

    Project mention: Show HN: Webhix – Self-hosted webhook.site alternative in a single Go binary | news.ycombinator.com | 2026-06-09
  17. fli

    ⚙️ FLI is a powerful command-line tool that simplifies AWS VPC Flow Logs analysis with intuitive commands, smart filtering, and automatic annotations, turning raw network data into actionable insights in seconds (by fractalops)

  18. kemba

    A tiny debug logging tool. Ideal for CLI tools and command applications. Inspired by https://github.com/visionmedia/debug

  19. opentrace

    Observability engine for AI coding agents. Custom columnar log store, MCP-native, self-hosted on a $4/mo VM. No dashboards — your AI assistant sees production. (by adham90)

    Project mention: riskkernel VS opentrace - a user suggested alternative | libhunt.com/r/riskkernel | 2026-06-01
  20. pod-log-level

    A light library to allow changing pod log level without restarting the pod

  21. Gimble-dev

    Gimble CLI connects your local development environment to an AI chat interface, turning terminal logs and system context into actionable intelligence.

    Project mention: Show HN: Gimble CLI – turn your terminal session into a live debugging chat | news.ycombinator.com | 2026-04-08
  22. gecho

    Gecho - a HTTP request echo debugging service

  23. debux

    Open-source container debugger for Docker and Kubernetes. Debug distroless, scratch, and minimal images with a rich Nix-powered shell. (by clement-tourriere)

    Project mention: Debux – debug distroless Docker/Kubernetes containers with a Nix shell | news.ycombinator.com | 2026-05-13
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Debugging discussion

Log in or Post with

Go Debugging related posts

  • Stern: Multi pod and container log tailing for Kubernetes

    1 project | news.ycombinator.com | 3 Jul 2026
  • Show HN: Webhix – Self-hosted webhook.site alternative in a single Go binary

    2 projects | news.ycombinator.com | 9 Jun 2026
  • Building reqlog: a Go CLI for tracing request flows across logs (files, Docker, SSH)

    1 project | dev.to | 30 May 2026
  • Finding Crossplane's Black Box: A Flight Data Recorder for Your Infrastructure

    1 project | dev.to | 26 Jan 2026
  • Tail Kubernetes Logs Efficiently with Stern

    1 project | dev.to | 19 Feb 2025
  • stern VS stern - a user suggested alternative

    2 projects | 25 Nov 2024
  • stern VS stern - a user suggested alternative

    2 projects | 11 Dec 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Jul 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Debugging projects in Go? This list will help you:

# Project Stars
1 stern 4,799
2 ksniff 3,446
3 cdp 794
4 claws 316
5 mcpsnoop 272
6 gostackparse 127
7 what 102
8 ssl-handshake 75
9 k9sight 66
10 ci-debugger 47
11 ecal 46
12 racedetector 46
13 termtrace 32
14 reqlog 29
15 Webhix 22
16 fli 20
17 kemba 18
18 opentrace 15
19 pod-log-level 12
20 Gimble-dev 12
21 gecho 12
22 debux 1

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Go is
the 4th most popular programming language
based on number of references?