awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Debugging and Inspection Tools · Awesome GitHub Repositories

8 repos

Awesome GitHub RepositoriesDebugging and Inspection Tools

Interactive tools that allow developers to inspect, monitor, and troubleshoot application state and execution.

Explore 8 awesome GitHub repositories matching development tools & productivity · Debugging and Inspection Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Debugging and Inspection Utilities
  4. Debugging and Inspection Tools
  5. Debugging and Inspection Tools

Awesome Debugging and Inspection Tools GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • puppeteer/puppeteer

    puppeteer/puppeteer

    93,606GitHubView on GitHub↗

    Puppeteer is a browser automation library that provides a programmatic interface for controlling web browsers to execute tasks, simulate user interactions, and perform end-to-end testing. It functions as a headless browser controller, managing browser lifecycles, isolated session contexts, and remote connections to fac

    TypeScriptautomationchromechromium
  • microsoft/playwright

    microsoft/playwright

    82,810GitHubView on GitHub↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior

    TypeScriptautomationchromechromium
  • ocornut/imgui

    ocornut/imgui

    71,441GitHubView on GitHub↗

    This project is an immediate-mode graphical user interface library designed for rapid development of tools and debugging interfaces. By generating UI geometry every frame through procedural code, it eliminates the need for persistent state synchronization between application data and the interface. It is primarily inte

    C++apicplusplusframework
  • swiftlang/swift

    swiftlang/swift

    69,781GitHubView on GitHub↗

    Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. T

    C++
  • reduxjs/redux

    reduxjs/redux

    61,444GitHubView on GitHub↗

    Redux is a predictable state container designed to manage global application data through a centralized store. It operates on a unidirectional data flow architecture where state transitions are triggered by dispatching action objects, which are then processed by pure reducer functions to produce a new, immutable state

    TypeScriptredux
  • Textualize/rich

    Textualize/rich

    55,540GitHubView on GitHub↗

    Rich is a comprehensive library for building sophisticated command-line interfaces and terminal applications. It provides a robust console formatting engine and a layout framework that enables developers to render rich text, syntax-highlighted code, and complex data structures directly in the terminal. By utilizing a r

    Pythonansi-colorsemojimarkdown
  • opendatalab/MinerU

    opendatalab/MinerU

    54,523GitHubView on GitHub↗

    MinerU is a document parsing pipeline designed to transform unstructured files into machine-readable, structured data. It utilizes deep learning models to perform layout analysis, identifying document regions and extracting complex content such as mathematical expressions. By combining these neural network inferences w

    Pythonai4sciencedocument-analysisextract-data
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • Browser Console DebuggingCapability to interact with the browser console during paused test execution.
  • Developer-Focused Debugging InterfacesToolkits specifically for building inspectors and diagnostic tools for complex software.
  • Dynamic Debugging VisualizationsReal-time graphical tools for monitoring and modifying application memory and state during active development.
Error Reporters
Components that format and display diagnostic information and stack traces for debugging.
  • Integrated DebuggersTools for setting breakpoints and inspecting state within an editor environment.
  • Interactive DebuggersTools for inspecting runtime behavior via breakpoints and expression evaluation.
  • Reactivity DebuggersTools for tracing dependency graphs and state update triggers in reactive systems.
  • Remote Debugging SocketsNetwork-accessible interfaces that allow external tools to attach to and manipulate remote browser instances.
  • State DebuggersTools that allow for the inspection and replay of application state transitions and event histories.
  • Traceback FiltersMechanisms that clean and prune stack traces to remove noise and highlight relevant application code.
  • Visual Debugging OutputsGenerated visual artifacts such as images or PDFs used to verify the accuracy of data processing, layout analysis, or segmentation pipelines.