1 مستودع
Tools for stepping through source code and managing launch configurations to identify logic errors.
Distinct from Interactive Debug Consoles: Focuses on the full interactive debugging lifecycle rather than just the REPL-style console
Explore 1 awesome GitHub repository matching development tools & productivity · Interactive Program Debugging. Refine with filters or upvote what's useful.
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
Provides an interactive environment to run programs, step through code, and identify logic errors.