awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesExtensible Debugging Interfaces

Frameworks for building and integrating custom debugging tools.

Distinguishing note: Focuses on the extensibility of the debug panel rather than the panel itself.

Explore 4 awesome GitHub repositories matching development tools & productivity · Extensible Debugging Interfaces. Refine with filters or upvote what's useful.

Awesome Extensible Debugging Interfaces GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • neoclide/coc.nvimAvatar de neoclide

    neoclide/coc.nvim

    25,165Voir sur GitHub↗

    coc.nvim is a Node.js extension host and Language Server Protocol client that transforms Vim and Neovim into a full integrated development environment. It provides a framework for executing JavaScript and TypeScript plugins within a separate process to enable advanced IDE features without blocking the editor's main thread. The project is distinguished by its ability to host extensions and language servers through a centralized JSON configuration. It supports the installation and lifecycle management of third-party extensions from registries or local files, allowing users to customize language

    Captures uncaught errors and log output through dedicated channels or a web-debugger to troubleshoot plugins.

    TypeScriptautocompletionlanguage-clientlsp
    Voir sur GitHub↗25,165
  • tencent/vconsoleAvatar de Tencent

    Tencent/vConsole

    17,485Voir sur GitHub↗

    vConsole is a diagnostic interface designed for mobile web environments, providing a visual overlay that allows developers to monitor application state and runtime errors directly on physical hardware. It functions as a mobile-specific debugging console, enabling the inspection of logs, network requests, and storage data without the need for a desktop connection. The tool utilizes a plugin-driven architecture that allows for the creation of custom extensions to address specific troubleshooting requirements. By intercepting browser console methods and wrapping network request objects, it captu

    Supports the creation of specialized plugins to extend the diagnostic interface and visibility into application states.

    TypeScriptconsolemobilewechat
    Voir sur GitHub↗17,485
  • infinitered/reactotronAvatar de infinitered

    infinitered/reactotron

    15,513Voir sur GitHub↗

    Reactotron is a desktop-based development environment designed for inspecting, monitoring, and manipulating mobile and web applications in real time. It functions as a centralized hub that connects to a running application via a persistent WebSocket connection, allowing developers to observe internal state, network traffic, and console output without manual instrumentation. The tool distinguishes itself through a modular plugin architecture that enables custom debugging commands and specialized extensions. It provides advanced diagnostic capabilities, including the ability to overlay design m

    Allows integration of custom plugins to add specialized functionality and enhance the core toolset for specific project requirements.

    TypeScriptdebuggingdesktopreact-native
    Voir sur GitHub↗15,513
  • onivim/oni2Avatar de onivim

    onivim/oni2

    7,854Voir sur GitHub↗

    Oni2 is a high-performance, extensible text editor and project-based file manager. It functions as a modal code editor, utilizing a keyboard grammar of verbs and motions to navigate and modify source code without a mouse. It also serves as an LSP client, integrating Language Server Protocol servers to provide code completion, symbol navigation, and refactoring. The editor distinguishes itself by acting as a VSCode extension host, allowing it to load and execute language servers and debuggers from the VSCode ecosystem. It provides a programmable environment where custom functionality is implem

    Logs internal plugin activity via standard error streams for troubleshooting and instrumentation.

    Reason
    Voir sur GitHub↗7,854
  1. Home
  2. Development Tools & Productivity
  3. Extensible Debugging Interfaces

Explorer les sous-tags

  • Plugin Debugging InterfacesTools for capturing uncaught errors and logs specifically to troubleshoot editor extensions. **Distinct from Extensible Debugging Interfaces:** Distinct from general extensible debugging: specifically targets the troubleshooting of a plugin's internal logic.
  • Plugin InstrumentationTools for logging and monitoring the internal activity of external plugins for troubleshooting. **Distinct from Extensible Debugging Interfaces:** Focuses on activity logging for plugins rather than general debugger UI extensibility.