11 dépôts
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.