1 repositorio
Management of debugging sessions for different programming languages through a unified interface.
Distinct from Multi-Language Microservice Development: Existing candidates focus on ML models, translation, or microservices, not the general act of debugging across different languages.
Explore 1 awesome GitHub repository matching development tools & productivity · Multi-Language Debugging Workflows. Refine with filters or upvote what's useful.
Vimspector is a visual debugger integration for Vim that enables developers to step through code and inspect program state without leaving the editor. It utilizes the Debug Adapter Protocol to provide a unified interface for debugging multiple programming languages through various debug adapters. The project distinguishes itself by supporting low-level analysis and specialized environments, including bare metal hardware debugging for microcontrollers and the ability to perform disassembly analysis and process memory dumping. It also provides remote debugging capabilities by proxying requests
Manages debugging sessions for different programming languages through a unified interface using various debug adapters.