Show HN: Letting LLMs Run a Debugger

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. ChatDBG

    ChatDBG - AI-assisted debugging. Uses AI to answer 'why'

    Nice UI. We started on a project that does this about 2 years ago. ChatDBG (https://github.com/plasma-umass/ChatDBG), downloaded about 70K times to date. It integrates into debuggers like `lldb`, `gdb`, and `pdb` (the Python debugger). For C/C++, it also leverages a language server, which makes a huge difference. You can also chat with it. We wrote a paper about it, should be published shortly in a major conference near you (https://arxiv.org/abs/2403.16354). One of the coolest things we found is that the LLM can leverage real-world knowledge to diagnose errors; for example, it successfully debugged a problem where the number of bootstrap samples was too low.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. llm-debugger-vscode-extension

    VSCode extension that demonstrates the use of large language models (LLMs) for active debugging of programs

  4. claude-debugs-for-you

    Enable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code Extension

    Nice! I recently had and built the same idea using MCP (in order to be client / LLM agnostic) and VS Code (DAP would be even better, but haven't tried tackling it).

    https://github.com/jasonjmcghee/claude-debugs-for-you

  5. debug-graph

    A vscode extension to see the history of your current call path, along with the ability to inspect variables while debugging

    Hei this is lovely,

    i created a extension to help me debug a while back [0], and i thought of this (ai integration) for a long time, but did not have the time to tackle this.

    Thank you so much for sharing!

    I might need to add this approach to my extension as well!

    [0] https://github.com/K0IN/debug-graph

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Launch HN: Aqua Voice (YC W24) – Voice-driven text editor

    3 projects | news.ycombinator.com | 26 Mar 2024
  • What are Your Thoughts on "Debugging"?

    1 project | dev.to | 18 Apr 2022
  • Dbux is an Integrated Debugging Environment (IDbE) and Omniscient Debugger that makes JavaScript application's run-time behavior come alive, visible and interactive

    1 project | /r/coolgithubprojects | 23 Mar 2022
  • A Brand NEW Kind of DEBUGGER for JavaScript (Dbux: Why? What?)

    2 projects | dev.to | 21 Mar 2022
  • DVC Extension for Visual Studio Code

    1 project | news.ycombinator.com | 20 Mar 2025

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?