awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

Awesome GitHub RepositoriesDebugger Protocol Integrations

Integrations that allow an editor to control external debuggers via standardized protocols.

Distinguishing note: None of the candidates cover the client-side implementation of a debugging protocol like DAP.

Explore 8 awesome GitHub repositories matching development tools & productivity · Debugger Protocol Integrations. Refine with filters or upvote what's useful.

Awesome Debugger Protocol Integrations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lapce/lapceAvatar von lapce

    lapce/lapce

    38,569Auf GitHub ansehen↗

    Lapce is a high-performance text editor built with Rust that utilizes hardware acceleration for fast rendering and responsiveness. It functions as a modal text editor with Vim-style keybindings to minimize hand movement, an LSP client for language intelligence, and a remote development environment for editing files and executing code on distant servers. The editor features an extensible architecture based on the WebAssembly System Interface, allowing it to execute plugins compiled to WASI for cross-language functionality. It further distinguishes itself by implementing the Debug Adapter Proto

    Enables program execution inspection by connecting to external debuggers through a standardized communication protocol.

    Rustcode-editordeveloper-toolsrust
    Auf GitHub ansehen↗38,569
  • node-inspector/node-inspectorAvatar von node-inspector

    node-inspector/node-inspector

    12,646Auf GitHub ansehen↗

    node-inspector is a web-based debugger for Node.js applications that integrates the Blink developer tools interface. It functions as a runtime profiler and inspection suite, providing a remote debugging interface to connect a local browser to a Node.js process. The project enables live code iteration, allowing source code to be modified while the process is running and persisting those changes back to the physical file system. It also includes a JavaScript runtime profiler to monitor CPU and heap usage for identifying bottlenecks and memory leaks. The tool covers execution flow control throu

    Uses the low-level V8 engine debug interface to control execution and inspect memory via the Node.js runtime.

    JavaScript
    Auf GitHub ansehen↗12,646
  • microsoft/vscode-tips-and-tricksAvatar von microsoft

    microsoft/vscode-tips-and-tricks

    9,086Auf GitHub ansehen↗

    This project is a comprehensive productivity guide and configuration reference for the VS Code editor. It provides a curated collection of shortcuts, configuration tips, and tutorials designed to improve efficiency and optimize the daily coding workflow. The resource covers advanced AI-assisted development, including the integration of autonomous agents, custom prompt files, and AI-powered coding assistants for task automation and code generation. It also provides specialized guidance on integrated terminal management, such as configuring shell profiles and automating command execution. Addi

    Provides guidance on integrating the Debug Adapter Protocol to standardize debugger communication.

    Auf GitHub ansehen↗9,086
  • autoscrape-labs/pydollAvatar von autoscrape-labs

    autoscrape-labs/pydoll

    6,919Auf GitHub ansehen↗

    pydoll is a Chrome DevTools Protocol automation library and headless browser controller used for web data extraction and parallel browser automation. It controls Chromium-based browsers via direct WebSocket connections, allowing it to manage isolated browser contexts and tabs while bypassing the overhead and detection associated with WebDriver. The project features an anti-bot evasion framework that mimics natural human behavior, including mouse movements generated via Bezier curves and variable typing patterns. It provides specialized stealth capabilities to bypass behavioral analysis and au

    Provides low-level control over the browser through direct debugger protocol command execution.

    Pythonanti-detectionautomationbrowser-automation
    Auf GitHub ansehen↗6,919
  • mfussenegger/nvim-dapAvatar von mfussenegger

    mfussenegger/nvim-dap

    6,955Auf GitHub ansehen↗

    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

    Provides a client implementation of the Debug Adapter Protocol to standardize how the editor controls external debuggers.

    Luadebug-adapter-protocoldebuggerneovim
    Auf GitHub ansehen↗6,955
  • microsoft/vscode-recipesAvatar von microsoft

    microsoft/vscode-recipes

    5,959Auf GitHub ansehen↗

    vscode-recipes ist eine Sammlung von Konfigurationsmustern und Leitfäden für die Einrichtung von Debuggern und Laufzeitumgebungen innerhalb von VS Code. Sie bietet standardisierte Vorlagen und Blaupausen, um den Editor mit lokalen, containerisierten oder serverlosen Laufzeiten über eine Vielzahl von Programmiersprachen und Frameworks hinweg zu verbinden. Das Projekt konzentriert sich auf die Koordinierung gleichzeitiger Debugging-Sitzungen über Client-seitige und Server-seitige Prozesse hinweg, um Logik durch Full-Stack-Anwendungen hindurch zu verfolgen. Es bietet spezifische Muster für die Integration von Sprachlaufzeiten und die Orchestrierung mehrsprachiger Entwicklungseinrichtungen innerhalb einer einzigen Editor-Instanz. Die Rezepte decken die Konfiguration des automatisierten Test-Debuggings für Unit-, Integrations- und End-to-End-Suiten ab. Zudem enthalten sie Setups für das Debuggen serverloser Funktionen und die Verwaltung von Entwicklungs-Workflows für verschiedene Sprachen und Tools.

    Implements integrations that allow an editor to control external debuggers via standardized protocols.

    JavaScript
    Auf GitHub ansehen↗5,959
  • emacs-lsp/lsp-modeAvatar von emacs-lsp

    emacs-lsp/lsp-mode

    5,060Auf GitHub ansehen↗

    lsp-mode is a Language Server Protocol client and IDE feature set for Emacs. It functions as a semantic code analysis tool and JSON-RPC communication layer that connects the editor to external language servers to provide intelligent code completion and real-time diagnostics. The project also serves as a Debug Adapter Protocol client, enabling interactive debugging sessions and breakpoint management. This allows for stepping through code and inspecting variables via a standardized protocol, including support for debugging within Docker containers. The system covers a broad range of developmen

    Implements a client for the Debug Adapter Protocol to decouple the editor from specific debugger implementations.

    Emacs Lispangularcppdart
    Auf GitHub ansehen↗5,060
  • golang/vscode-goAvatar von golang

    golang/vscode-go

    4,256Auf GitHub ansehen↗

    This project is a language extension for VS Code that provides comprehensive Go language support. It functions as a language server client, a debugger interface, and a toolchain manager to facilitate Go application development. The extension distinguishes itself by integrating a full suite of toolchain management capabilities, allowing for the installation and configuration of required binaries, linters, and compiler versions directly within the editor. It also provides deep integration for interactive debugging via Delve, supporting remote target debugging, process attachment, and program st

    Implements the Debug Adapter Protocol to standardize communication between the editor and the Go debugger.

    TypeScriptdebuggergolangvisual-studio-code
    Auf GitHub ansehen↗4,256
  1. Home
  2. Development Tools & Productivity
  3. Debugger Protocol Integrations

Unter-Tags erkunden

  • Protocol Command ExecutionExecuting low-level debugger protocol commands to control browser domains. **Distinct from Debugger Protocol Integrations:** Focuses on the execution of raw protocol commands rather than high-level integration with an editor.