awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • neoclide/coc.nvimAvatar von neoclide

    neoclide/coc.nvim

    25,165Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗25,165
  • tencent/vconsoleAvatar von Tencent

    Tencent/vConsole

    17,485Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗17,485
  • infinitered/reactotronAvatar von infinitered

    infinitered/reactotron

    15,513Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,513
  • onivim/oni2Avatar von onivim

    onivim/oni2

    7,854Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,854
  1. Home
  2. Development Tools & Productivity
  3. Extensible Debugging Interfaces

Unter-Tags erkunden

  • 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.