awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesDebugger Launch Automation

Automated triggers that start debugging sessions by intercepting or prefixing shell commands.

Distinct from Application Debugging: Focuses on the automation of the launch trigger rather than general application debugging.

Explore 3 awesome GitHub repositories matching development tools & productivity · Debugger Launch Automation. Refine with filters or upvote what's useful.

Awesome Debugger Launch Automation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • microsoft/vscode-copilot-chatالصورة الرمزية لـ microsoft

    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

    Starts a debugging session automatically by prefixing application start commands in the terminal.

    TypeScript
    عرض على GitHub↗9,493
  • mfussenegger/nvim-dapالصورة الرمزية لـ mfussenegger

    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

    Initiates a new session by connecting to a debug adapter via TCP using a defined project configuration.

    Luadebug-adapter-protocoldebuggerneovim
    عرض على GitHub↗6,955
  • epasveer/seerالصورة الرمزية لـ epasveer

    epasveer/seer

    3,351عرض على GitHub↗

    Seer is a graphical frontend for GDB that provides a visual interface for inspecting variables, managing breakpoints, and stepping through code. It functions as a low-level debugger visualizer with specialized tools for call stack inspection and register visualization. The project distinguishes itself by integrating low-level program analysis directly into the visual experience, featuring a synchronized assembly overlay that maps CPU registers and assembly instructions to source code lines. It also includes memory bug detection capabilities by randomizing the program starting address during t

    Allows initiating debugging sessions by passing breakpoint files and display options via the command line.

    C++cppdebugdebugger
    عرض على GitHub↗3,351
  1. Home
  2. Development Tools & Productivity
  3. Application Debugging
  4. Debugger Launch Automation

استكشف الوسوم الفرعية

  • Debugger Session InitializationMechanisms for bootstrapping a new debugging session by connecting to a debug adapter using project configurations. **Distinct from Debugger Launch Automation:** Focuses on the intentional start of a session via config rather than automatic shell interception