11 repositorios
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 es una herramienta de flujo de trabajo de desarrollo de Kubernetes y orquestador de despliegue declarativo. Automatiza el ciclo de construcción, despliegue y depuración para aplicaciones que se ejecutan dentro de clústeres de Kubernetes, funcionando como un automatizador de pipelines de imágenes de contenedor y un depurador remoto de Kubernetes. El proyecto cuenta con un motor de recarga en caliente (hot reloading) de Kubernetes que proporciona sincronización de código en tiempo real y sincronización bidireccional de archivos entre sistemas de archivos locales y contenedores en ejecución. Esto permite actualizaciones sin requerir reconstrucciones de imágenes o reinicios. Además, permite la paridad de entornos ejecutando procesos de construcción, prueba y depuración directamente dentro del clúster. La herramienta cubre una amplia gama de capacidades, incluyendo construcción de imágenes en paralelo, streaming de logs de múltiples contenedores y terminales de contenedor interactivos. También proporciona gestión de configuración para resolver variables dinámicas y una interfaz visual para la gestión de entornos y reenvío de puertos (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.
Este proyecto proporciona un entorno de desarrollo contenedorizado diseñado para estandarizar stacks de servidores web, incluyendo Apache, MySQL y PHP. Orquesta estos servicios en una configuración consistente y portátil que garantiza un comportamiento fiable en diferentes máquinas y entre los miembros del equipo. El entorno destaca por integrar herramientas de seguridad y gestión de tráfico de nivel de producción directamente en el flujo de trabajo local. Automatiza la generación y aplicación de certificados SSL y TLS para habilitar conexiones cifradas para dominios locales, mientras utiliza un proxy inverso para enrutar el tráfico y simular un balanceo de carga de nivel de producción. El stack incluye un conjunto integral de utilidades administrativas y de diagnóstico, como una interfaz gráfica basada en web para la gestión de bases de datos y soporte para conectar depuradores remotos para inspeccionar el estado de la aplicación. Los desarrolladores pueden gestionar la infraestructura a través de archivos de configuración centralizados y variables de entorno, mientras mantienen el almacenamiento de datos persistente y la sincronización de código en tiempo real mediante directorios mapeados del host. El proyecto se configura a través de un formato de archivo declarativo e incluye utilidades de línea de comandos para acceso directo al shell a los contenedores de servicio aislados.
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.