1 مستودع
Management of debugging environment profiles, launch parameters, and session lifecycles.
Distinct from Session Configuration Management: Focuses on the lifecycle and configuration of debugging sessions specifically, rather than general runtime or app sessions.
Explore 1 awesome GitHub repository matching development tools & productivity · Debug Session Management. 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
Provides structured configuration files to manage debugging environments and launch parameters with support for inheritance.