2 repositorios
Tools for attaching debuggers to applications actively executing within a container environment.
Distinct from Container Debugging Utilities: Focuses on active process debugging rather than inspecting static image contents or filesystem states.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Runtime Debugging. Refine with filters or upvote what's useful.
This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for generating, refactoring, and debugging code. It functions as an AI agent framework and a Model Context Protocol client, connecting AI models to external data sources and tools to automate complex development tasks. The system is distinguished by its use of autonomous AI agents capable of multi-step task execution, including the ability to read files, modify code, and run terminal commands iteratively. It supports recursive agent orchestration through subagent delegation and employ
Enables running a debugger against an application executing within a container using launch configurations.
nvim-dap is a Neovim plugin that serves as a client implementation of the Debug Adapter Protocol. It provides a language-agnostic debugger interface that integrates external debugger binaries into the editor, allowing users to manage breakpoints and step through code. The project enables remote process debugging by attaching to running processes or containerized applications via TCP sockets and network proxies. It supports connecting to debug adapters through standard input/output or TCP, with specialized support for launching and attaching to Java processes. The plugin covers program execut
Enables connecting to debug adapters running inside containers or proxies to inspect remote processes.