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
·

4 dépôts

Awesome GitHub RepositoriesDebugger Interfaces

Visual layers that wrap debugger command-line interfaces to provide structured data views.

Distinct from Visual Debugging: Targets the interface for general code debuggers rather than web interface elements.

Explore 4 awesome GitHub repositories matching part of an awesome list · Debugger Interfaces. Refine with filters or upvote what's useful.

Awesome Debugger 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.
  • cyrus-and/gdb-dashboardAvatar de cyrus-and

    cyrus-and/gdb-dashboard

    12,214Voir sur GitHub↗

    gdb-dashboard is a visual frontend and Python-based extension for GDB. It provides a modular dashboard that enables real-time visualization of program state during debugging sessions. The project replaces manual command-line interaction with a structured visual interface. It utilizes syntax highlighting for program state data to improve readability and analysis during the debugging process. The system focuses on C and C++ debugging, automating the monitoring of program memory and execution state through a text-based user interface. It achieves this by integrating with GDB APIs to retrieve sy

    Replaces repetitive manual GDB command entry with a structured visual dashboard.

    Python
    Voir sur GitHub↗12,214
  • balloonwj/cppguideAvatar de balloonwj

    balloonwj/CppGuide

    6,030Voir sur GitHub↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    Open a terminal-based or visual front-end for common debugger commands to reduce typing and improve navigation.

    Voir sur GitHub↗6,030
  • intellij-rust/intellij-rustAvatar de intellij-rust

    intellij-rust/intellij-rust

    4,533Voir sur GitHub↗

    Ce projet est un plugin IntelliJ IDE qui fournit un environnement de développement intégré pour Rust. Il sert d'orchestrateur de système de build et d'interface de débogueur, offrant une analyse linguistique complète, une coloration syntaxique et une assistance à l'édition de code intelligente. Le plugin s'intègre à un serveur de langage pour fournir une inférence de type en temps réel et une navigation dans le code. Il inclut un outil d'analyse statique dédié pour détecter les doublons de code, analyser les fuites de mémoire et mesurer la couverture des tests. La boîte à outils couvre la gestion de la chaîne d'outils et l'intégration de Cargo pour la gestion des dépendances et des manifestes. Il fournit en outre des capacités pour le profilage de performance, le débogage de programmes en cours d'exécution et l'automatisation des tests, ainsi qu'un support pour le développement d'applications web incluant la gestion de conteneurs et l'exploration de schémas de base de données.

    Provides a visual interface for inspecting program state and controlling execution flow during Rust runtime.

    Kotlinclionhacktoberfestintellij
    Voir sur GitHub↗4,533
  • experience-monks/devtoolAvatar de Experience-Monks

    Experience-Monks/devtool

    3,747Voir sur GitHub↗

    Devtool is a suite of developer tools designed to execute server-side JavaScript code within a browser environment. It functions as a bridge that allows Node.js programs to run inside a Chromium instance, enabling the use of built-in browser developer tools for visual debugging and performance profiling. The project provides a read-eval-print loop for interactive command execution with support for relative imports and piped input. It also includes a file watcher that monitors source files for changes and automatically reloads programs to accelerate the iteration cycle. The system integrates

    Maps program execution to a visual interface for setting breakpoints and analyzing performance profiles in real time.

    JavaScript
    Voir sur GitHub↗3,747
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Debugger Interfaces

Explorer les sous-tags

  • Visual Debugging InterfacesGraphical user interfaces that map program execution to visual representations for breakpoint management and profiling. **Distinct from Debugger Interfaces:** Focuses on the visual mapping of execution and profiling rather than just wrapping a CLI debugger.