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éesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesRemote Debugging Interfaces

Sets of tools for connecting external applications to browser sessions for monitoring.

Distinguishing note: Focuses on the interface for external application debugging.

Explore 6 awesome GitHub repositories matching web development · Remote Debugging Interfaces. Refine with filters or upvote what's useful.

Awesome Remote 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.
  • chromedevtools/chrome-devtools-mcpAvatar de ChromeDevTools

    ChromeDevTools/chrome-devtools-mcp

    43,761Voir sur GitHub↗

    This project serves as an agentic browser controller, providing a programmatic bridge that enables autonomous software agents to navigate web pages and interact with document elements. It functions as a browser automation protocol, facilitating headless browser operations and automated web interactions to perform repetitive tasks and end-to-end testing without manual human input. The system distinguishes itself by utilizing the Chrome DevTools Protocol to establish a bidirectional communication channel with the browser engine. This allows for protocol-based remote control, where external appl

    Connects external applications to browser sessions to monitor, manipulate, and troubleshoot live web environments.

    TypeScriptbrowserchromechrome-devtools
    Voir sur GitHub↗43,761
  • browser-use/web-uiAvatar de browser-use

    browser-use/web-ui

    16,126Voir sur GitHub↗

    This project is a graphical user interface for controlling, configuring, and monitoring AI agents that automate web browser interactions. It provides a visual dashboard to execute autonomous web tasks and manage the behavior of browser-based agents without requiring raw code for every operation. The system includes a browser profile manager to link agents to local executables and user data directories, which allows for persistent authenticated sessions. To support remote observation, it features a VNC streamer that provides a real-time visual feed of headless browser agents operating within a

    Starts a virtual display and VNC server to monitor and interact with headless browser agents remotely.

    Python
    Voir sur GitHub↗16,126
  • cs01/gdbguiAvatar de cs01

    cs01/gdbgui

    10,338Voir sur GitHub↗

    gdbgui is a web-based graphical frontend and visualizer for the GNU Debugger. It serves as a compiled language debugger that provides source-level inspection for C, C++, Go, Rust, and Fortran. The project acts as a remote debugging interface, providing a secure web portal for connecting to and controlling GDB sessions over a network. It distinguishes itself by offering a browser-based environment to visualize call stacks and data structures for programs running via the GNU Debugger. The interface covers program execution control and breakpoint management, featuring graphical variable inspect

    Provides a secure web portal for connecting to and controlling remote GDB sessions over a network.

    TypeScriptbrowsercc-plus-plus
    Voir sur GitHub↗10,338
  • seleniumhq/docker-seleniumAvatar de SeleniumHQ

    SeleniumHQ/docker-selenium

    8,640Voir sur GitHub↗

    Ce projet fournit un ensemble d'images conteneurisées pour exécuter une Selenium Grid distribuée afin d'automatiser les tests de navigateur à grande échelle. Il permet le test de navigateur conteneurisé en exécutant des tests web automatisés utilisant des conteneurs de navigateur éphémères et des conteneurs de navigateur WebDriver qui s'adaptent à la demande. Le système permet le déploiement d'une grille de test distribuée pour répartir les charges de travail de navigateur sur plusieurs machines. Il inclut une interface de navigateur VNC qui fournit une interface visuelle basée sur le web pour inspecter les sessions de navigateur en direct s'exécutant à l'intérieur des conteneurs. Les capacités couvrent le débogage des tests de navigateur via l'enregistrement vidéo et l'inspection visuelle, ainsi que la configuration de navigateur d'entreprise incluant l'installation de certificats personnalisés. L'environnement prend en charge les connexions de grille sécurisées et la possibilité de personnaliser les arguments de lancement du navigateur.

    Ships a web-based VNC interface for real-time visual inspection of live browser sessions inside containers.

    Shell
    Voir sur GitHub↗8,640
  • go-rod/rodAvatar de go-rod

    go-rod/rod

    6,713Voir sur GitHub↗

    Exposes headless browser sessions for live monitoring and debugging via external tools.

    Goautomationcdpchrome-devtools
    Voir sur GitHub↗6,713
  • kiwibrowser/srcAvatar de kiwibrowser

    kiwibrowser/src

    2,948Voir sur GitHub↗

    This project is a Chromium-based mobile browser and rendering engine designed for mobile platforms. It functions as a web extension host, allowing the execution of browser extensions within a mobile environment to provide custom functionality. The project distinguishes itself through custom user interface modifications, such as the implementation of a specialized night mode and the relocation of the address bar for improved ergonomics. It also includes a remote debugging interface and protocol that allow an external developer console to connect to a live browser instance for inspecting and tr

    Provides an interface for external developer consoles to connect to a live browser instance for inspecting page content.

    Voir sur GitHub↗2,948
  1. Home
  2. Web Development
  3. Remote Debugging Interfaces

Explorer les sous-tags

  • Headless Session Proxies1 sous-tagExposes headless browser sessions for live monitoring and debugging via external tools. **Distinct from Remote Debugging Interfaces:** Distinct from Remote Debugging Interfaces: specifically proxies headless browser sessions, not general remote debugging interfaces.