Debugging Rust Projects in VS Code and Terminal

alpha2phi
2 min readDec 16, 2020

Overview

Compared to other tools, Visual Studio Code is a great code editor providing seamless integration with Rust projects in terms of LSP (Language Server Protocol) and DAP (Debugger Adapter Protocol). Configure LSP for Rust is easy for all the Rust tools but setting DAP for debugging may not be so straight forward. If you prefer a light-weight code editor with seamless DAP integration then VS Code is a good choice.

Getting Started

--

--

alpha2phi

Software engineer, Data Science and ML practitioner.