Description
Native programs can be debugged inside VS Code through an LLDB-based extension. It is useful for developers working with Rust, C, C++, and other native targets who want breakpoints, stack inspection, and variable views in the editor.
Debugger extensions execute debug adapters and inspect running programs. Use trusted workspaces and review launch configurations before debugging sensitive binaries.