3 repositorios
Servers that implement the Debug Adapter Protocol to enable standardized interactive debugging in editors.
Distinct from Debug Server Orchestration: The candidates focus on protocol logging or hardware debugging, rather than implementing a general DAP server.
Explore 3 awesome GitHub repositories matching development tools & productivity · Debug Adapter Protocol Implementations. Refine with filters or upvote what's useful.
This repository contains the comprehensive documentation for a code editor focused on AI-assisted software development and remote development workflows. It covers the implementation of AI agents and language models used for autonomous code generation, large-scale refactoring, and task iteration. The project is distinguished by its deep integration of autonomous AI agents capable of web navigation, application logic validation, and orchestrating multi-step development processes. It provides specialized frameworks for tailoring AI behavior through custom instructions, model context protocols, a
Provides a standardized implementation of the Debug Adapter Protocol to interface with various language debuggers.
Tinymist is a comprehensive suite of tools for Typst document authoring, serving as a language server, document compiler, and project manager. It provides a standardized language service via the Language Server Protocol to enable editor features such as autocompletion, navigation, and semantic highlighting. The project distinguishes itself by integrating a TCP-based live preview server for real-time visual rendering and an advanced static analysis tool that utilizes abstract syntax trees and bidirectional type checking. It also includes a project management system capable of handling multi-fi
Implements a server following the Debug Adapter Protocol to enable interactive debugging within the editor.
probe-rs is an embedded debugging toolset used for flashing, debugging, and inspecting microcontrollers via hardware debug probes. It functions as an embedded firmware flasher, a memory manager for reading and writing to processor registers, and a server implementing the Debug Adapter Protocol to connect hardware debugging to various code editors. The project includes a CMSIS-Pack target parser to extract device metadata and flash configurations from industry-standard definition files. It provides a driver-based probe abstraction to interact with various hardware debug probes regardless of th
Implements a server that provides the Debug Adapter Protocol to allow various code editors to control hardware debugging.