Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 500 Bytes

File metadata and controls

15 lines (8 loc) · 500 Bytes

CodeLLDB Logo

CodeLLDB

Home / Dev Tools / CodeLLDB

CodeLLDB is a VSCode extension that allows for Debugging Rust applications.

Installation

Search for CodeLLDB in the VSCode Extensions tab and install it.

How to use

When within the main file of a Rust application there should now be Run | Debug options over the main function. Use either one to run the Rust program within VSCode.