awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesRuntime Debugging

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.

Awesome Runtime Debugging GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/vscode-copilot-chatmicrosoft 的头像

    microsoft/vscode-copilot-chat

    9,493在 GitHub 上查看↗

    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.

    TypeScript
    在 GitHub 上查看↗9,493
  • mfussenegger/nvim-dapmfussenegger 的头像

    mfussenegger/nvim-dap

    6,955在 GitHub 上查看↗

    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.

    Luadebug-adapter-protocoldebuggerneovim
    在 GitHub 上查看↗6,955
  1. Home
  2. DevOps & Infrastructure
  3. Containerization
  4. Image Inspection
  5. Container Debugging Utilities
  6. Runtime Debugging