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
·

11 dépôts

Awesome GitHub RepositoriesRemote Debugging Environments

Tools for attaching development environments to containerized services for remote debugging.

Distinct from Remote Debugging Sockets: Focuses on container-based remote debugging, distinct from browser-based remote debugging tools.

Explore 11 awesome GitHub repositories matching development tools & productivity · Remote Debugging Environments. Refine with filters or upvote what's useful.

Awesome Remote Debugging Environments 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.
  • sgl-project/sglangAvatar de sgl-project

    sgl-project/sglang

    29,079Voir sur GitHub↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Attaches development environments to containerized services for step-through debugging.

    Pythonattentionblackwellcuda
    Voir sur GitHub↗29,079
  • spicetify/cliAvatar de spicetify

    spicetify/cli

    23,479Voir sur GitHub↗

    This project is a command-line utility and development framework designed to modify, extend, and customize the Spotify desktop client. It functions as a binary patching engine that injects custom scripts, stylesheets, and interface components directly into the host application, enabling users to alter visual themes and add new functionality. The tool distinguishes itself by providing a comprehensive development environment for building modular extensions and custom applications. It includes a hot-reloading pipeline for rapid iteration, a declarative library for constructing interactive UI pan

    Exposes debugging ports to allow external tools to inspect and troubleshoot the application.

    JavaScriptcommand-linecommand-line-toolcustomization
    Voir sur GitHub↗23,479
  • judasn/intellij-idea-tutorialAvatar de judasn

    judasn/IntelliJ-IDEA-Tutorial

    22,113Voir sur GitHub↗

    This project is an instructional user guide and software development workflow tutorial designed to help users master a professional integrated development environment. It provides educational content and step-by-step instructions for optimizing coding productivity and navigating development tools across various language versions. The material specifically covers the configuration of Java-centric environments, including setting up the operating system, managing dependencies, and tuning memory settings. It offers detailed guidance on utilizing professional tools to streamline development proces

    Walkthroughs for connecting to remote servers to troubleshoot live application behavior.

    android-studiocliondatagrip
    Voir sur GitHub↗22,113
  • redox-os/redoxAvatar de redox-os

    redox-os/redox

    16,054Voir sur GitHub↗

    Redox is a POSIX-compliant, microkernel-based operating system written entirely in Rust. By utilizing a memory-safe language for the kernel and all system components, the project eliminates common vulnerabilities such as buffer overflows and use-after-free errors. Its architecture relies on a minimal kernel that manages only essential hardware and process isolation, delegating all other system services to unprivileged user-space processes. The system distinguishes itself through a modular design where hardware drivers and system services run as independent user-space daemons, allowing them to

    Attaches debuggers to running processes within virtual machines to inspect state and execution.

    Rustbsdfreebsdgnu
    Voir sur GitHub↗16,054
  • googlecontainertools/skaffoldAvatar de GoogleContainerTools

    GoogleContainerTools/skaffold

    15,856Voir sur GitHub↗

    Skaffold is a command-line tool that automates the build, push, and deployment lifecycle for containerized applications on Kubernetes. It functions as a continuous development engine, monitoring source code for changes to trigger incremental updates, manifest hydration, and automated deployments to a cluster. By abstracting the underlying build and deployment tools, it provides a unified interface for managing the inner development loop. The platform distinguishes itself through its environment-aware configuration and flexible build orchestration. It supports diverse build strategies, includi

    Connects local development tools to containerized processes running in remote clusters.

    Gocontainersdeveloper-toolsdocker
    Voir sur GitHub↗15,856
  • quarkusio/quarkusAvatar de quarkusio

    quarkusio/quarkus

    15,479Voir sur GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Connects local development environments to remote instances for live coding and debugging in containerized environments.

    Javacloud-nativehacktoberfestjava
    Voir sur GitHub↗15,479
  • devspace-sh/devspaceAvatar de devspace-sh

    devspace-sh/devspace

    5,036Voir sur GitHub↗

    Devspace est un outil de workflow de développement Kubernetes et un orchestrateur de déploiement déclaratif. Il automatise le cycle de build, déploiement et débogage pour les applications s'exécutant à l'intérieur de clusters Kubernetes, fonctionnant comme un automatiseur de pipeline d'images de conteneurs et un débogueur Kubernetes distant. Le projet dispose d'un moteur de rechargement à chaud Kubernetes qui fournit une synchronisation de code en temps réel et une synchronisation de fichiers bidirectionnelle entre les systèmes de fichiers locaux et les conteneurs en cours d'exécution. Cela permet des mises à jour sans nécessiter de reconstructions d'images ou de redémarrages. Il permet en outre la parité d'environnement en exécutant les processus de build, test et débogage directement à l'intérieur du cluster. L'outil couvre un large éventail de capacités, incluant le build d'images en parallèle, le streaming de logs multi-conteneurs et des terminaux de conteneurs interactifs. Il fournit également une gestion de configuration pour résoudre les variables dynamiques et une interface visuelle pour la gestion de l'environnement et le port-forwarding.

    Executes build and test processes directly inside cluster pods to ensure environment parity between development and production.

    Goclicloud-nativecontainer
    Voir sur GitHub↗5,036
  • acode/cliAvatar de acode

    acode/cli

    3,819Voir sur GitHub↗

    This is a serverless deployment command-line interface used for packaging, deploying, and managing the lifecycle of serverless functions in a cloud environment. It acts as a cloud service orchestrator to coordinate remote service registries, environment configurations, and custom domain routing. The tool provides a remote function invoker that maps local procedure calls to cloud endpoints via HTTPS and a distributed log aggregator to monitor execution logs for remote debugging. It manages secure access through a cloud identity manager that handles authentication tokens for API requests. The

    Executes serverless functions and retrieves remote logs to identify and fix errors in a cloud environment.

    JavaScriptapiautocodeaws-lambda
    Voir sur GitHub↗3,819
  • hqarroum/docker-androidAvatar de HQarroum

    HQarroum/docker-android

    3,639Voir sur GitHub↗

    This project provides a containerized runtime for Android emulator virtualization, allowing virtual Android devices to run within isolated container environments. It is designed to support headless emulation and device orchestration for use in continuous integration and development pipelines. The system differentiates itself by implementing GPU hardware acceleration via passthrough to improve graphics rendering performance. It also utilizes external SDK mounting and volume-mapped state persistence to reduce image size and maintain emulator data across restarts. The environment supports remot

    Provides a container-based environment for attaching development tools to remote Android devices.

    Shellandroidandroid-emulatorci-pipeline
    Voir sur GitHub↗3,639
  • sprintcube/docker-compose-lampAvatar de sprintcube

    sprintcube/docker-compose-lamp

    2,842Voir sur GitHub↗

    Ce projet fournit un environnement de développement conteneurisé conçu pour standardiser les piles de serveurs web, incluant Apache, MySQL et PHP. Il orchestre ces services dans une configuration cohérente et portable qui garantit un comportement fiable sur différentes machines et entre les membres de l'équipe. L'environnement se distingue par l'intégration d'outils de sécurité et de gestion du trafic de qualité production directement dans le workflow local. Il automatise la génération et l'application de certificats SSL et TLS pour permettre des connexions chiffrées pour les domaines locaux, tout en utilisant un reverse proxy pour router le trafic et simuler un équilibrage de charge de qualité production. La pile inclut une suite complète d'utilitaires administratifs et de diagnostic, tels qu'une interface graphique web pour la gestion de base de données et le support de la connexion de débogueurs distants pour inspecter l'état de l'application. Les développeurs peuvent gérer l'infrastructure via des fichiers de configuration centralisés et des variables d'environnement, tout en maintenant un stockage de données persistant et une synchronisation de code en temps réel via des répertoires hôtes mappés. Le projet est configuré via un format de fichier déclaratif et inclut des utilitaires en ligne de commande pour un accès shell direct aux conteneurs de services isolés.

    Enables remote debugging by connecting code editors to applications running within service containers.

    Dockerfileapache2dockerdocker-compose
    Voir sur GitHub↗2,842
  • nodeshift/nodejs-reference-architectureAvatar de nodeshift

    nodeshift/nodejs-reference-architecture

    1,747Voir sur GitHub↗

    This project provides a comprehensive architectural framework and set of standardized patterns for building, securing, and scaling production-ready Node.js applications. It serves as a foundational guide for establishing consistent development workflows, operational observability, and reliable service integration across distributed software systems. The framework distinguishes itself by emphasizing a schema-first approach to API development, ensuring that interface definitions drive the creation of server stubs, client libraries, and type definitions. It promotes a cloud-native posture by int

    Enables remote debugging of containerized services by configuring port forwarding and startup arguments for interactive inspection.

    JavaScript
    Voir sur GitHub↗1,747
  1. Home
  2. Development Tools & Productivity
  3. Remote Debugging Environments