TypeScript Debugging

Open-source TypeScript projects categorized as Debugging

Top 23 TypeScript Debugging Projects

  1. chrome-devtools-mcp

    Chrome DevTools for coding agents

    Project mention: Claude in Chrome | news.ycombinator.com | 2025-12-21
  2. SurveyJS

    SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control. Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.

    SurveyJS logo
  3. reactotron

    A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.

    Project mention: React Native Debugger: Best Tools and How to Use Them | dev.to | 2024-12-30

    Usage: Install Reactotron via npm and follow the setup instructions on the Reactotron GitHub page. Use it to monitor API activity and validate state transitions.

  4. gdbgui

    Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.

  5. hardhat

    Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.

    Project mention: 🔥 Ethereum Basics: From Wallets to Smart Contracts | dev.to | 2025-07-09

    Truffle / Hardhat – Full toolkits for bigger dApps

  6. Requestly

    Requestly was built to save developers time by intercepting and modifying HTTP Requests. It has now developed into an open-source alternative to Charles Proxy and Telerik Fiddler that works directly in browsers without VPN and proxy Issues. It is used by more than 200,000+ front-end developers and 11,000+ companies worldwide.

    Project mention: Why You Need a Local-First API Client (With Hands-On Example) | dev.to | 2025-11-30

    If you want to try a local-first workflow, you can start using Requestly here: https://requestly.com

  7. headlamp

    A Kubernetes web UI that is fully-featured, user-friendly and extensible

    Project mention: Containerization is a Swift package for running Linux containers on macOS | news.ycombinator.com | 2025-06-09
  8. tamperchrome

    Tamper Dev is an extension that allows you to intercept and edit HTTP/HTTPS requests and responses as they happen without the need of a proxy. Works across all operating systems (including Chrome OS).

    Project mention: Tamper | news.ycombinator.com | 2025-05-17
  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. kubevious

    Kubevious - Kubernetes without disasters

    Project mention: 7 Kubernetes Tools that will end your Infrastructure nightmares | dev.to | 2025-01-21

    7. Kubevious - Catch Problems Before They Blow Up

  11. vscode-cmake-tools

    CMake Tools provides a robust, convenient workflow for CMake projects in VS Code. It simplifies configurations with CMake presets, supports IntelliSense and built-in debugging for CMake scripts, and offers configurable tasks. Its customizable interface allows for efficient project control, while also simplifying test execution and monitoring.

  12. roarr

    JSON logger for Node.js and browser.

  13. react-router-devtools

    Debug your apps, find hydration errors, trace your network and more in your react-router app with these devtools

    Project mention: Show HN: React router v7 developer tools | news.ycombinator.com | 2025-04-04

    https://github.com/forge-42/react-router-devtools

  14. opslane

    Run multiple Claude Code sessions in parallel

  15. use-what-changed

    A React hook and an easy to use babel-pugin to debug various React official hooks

  16. react-native-network-logger

    An HTTP network request monitor for React Native with in-app interface for iOS and Android with no native code

  17. spotlight

    Sentry for Development (by getsentry)

  18. claude-debugs-for-you

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

    Project mention: Claude Code Can Debug Low-Level Cryptography | news.ycombinator.com | 2025-11-01

    I found llm debugging to work better if you give the llm access to a debugger.

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

  19. traceroot

    Find the Root Cause in Your Code's Trace

    Project mention: Show HN: TraceRoot – Open-Source Agentic Debugging for Distributed Services | news.ycombinator.com | 2025-08-01

    Yes, we can connect for example CC with MCPs. But this may not work well for example if user wants to check the latency for previous 10 days error log on function A. By using MCP the agent needs to get 10 days error logs at first and then somehow get the latency and correlates them, apply filters for function A. IMO it will hallucinate a lot if there are too many tools, logs and traces. But on TraceRoot platform we "mixed" all necessary data at first, and based on user's query apply filters on structured data, which is more accurate, straightforward and efficient. Here is the README of the general design https://github.com/traceroot-ai/traceroot/tree/main/rest/age...

  20. llm-debugger-vscode-extension

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

    Project mention: Show HN: Letting LLMs Run a Debugger | news.ycombinator.com | 2025-02-12
  21. composer-web

    Cursor extension that forwards frontend errors and screenshots to composer in one-click, making development seamless for you. Download here: https://marketplace.visualstudio.com/items?itemName=SaketSarin.composer-web

    Project mention: Just Did a Lot of Refactoring | news.ycombinator.com | 2025-04-11
  22. merloc

    MerLoc is a live AWS Lambda function development and debugging tool. MerLoc allows you to run AWS Lambda functions on your local while they are still part of a flow in the AWS cloud remote.

  23. coc-java-debug

    An extension for coc.nvim to enable Java debugging via jdt.ls

  24. expo-community-flipper

    Flipper Support for Expo Apps in React Native

  25. react-hook-tracer

    See the order of hook-function calls in an interactive log, and inspect a function-component's props, state & refs inside its rendering.

  26. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
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).

TypeScript Debugging discussion

TypeScript Debugging related posts

  • Why You Need a Local-First API Client (With Hands-On Example)

    1 project | dev.to | 30 Nov 2025
  • How to use Cursor to Generate API Testcases in Requestly

    3 projects | dev.to | 27 Nov 2025
  • Claude Code Can Debug Low-Level Cryptography

    5 projects | news.ycombinator.com | 1 Nov 2025
  • Create and debug PostgreSQL extension using VS Code

    1 project | dev.to | 18 Oct 2025
  • Free and open-source API Client and Interceptor

    1 project | news.ycombinator.com | 8 Oct 2025
  • How to ace API Testing with Requestly

    2 projects | dev.to | 22 Sep 2025
  • The PostgreSQL Hacker Helper extension is one year old

    1 project | dev.to | 14 Aug 2025
  • A note from our sponsor - SurveyJS
    surveyjs.io | 24 Dec 2025
    Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more. Learn more →

Index

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

# Project Stars
1 chrome-devtools-mcp 17,265
2 reactotron 15,429
3 gdbgui 10,234
4 hardhat 8,377
5 Requestly 5,896
6 headlamp 5,092
7 tamperchrome 4,207
8 kubevious 1,682
9 vscode-cmake-tools 1,628
10 roarr 1,124
11 react-router-devtools 940
12 opslane 750
13 use-what-changed 744
14 react-native-network-logger 636
15 spotlight 547
16 claude-debugs-for-you 476
17 traceroot 371
18 llm-debugger-vscode-extension 358
19 composer-web 279
20 merloc 195
21 coc-java-debug 104
22 expo-community-flipper 102
23 react-hook-tracer 100

Sponsored
SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control
Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
surveyjs.io

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