Visual Studio Code
Visual Studio Code is a convenient editor for developers with a lot of extensions, including for the Rust language and the LLDB debugger support. Let's try to use it.
First, you have to download and install Visual Studio Code from here: https://code.visualstudio.com/. After this, you need to install two extensions—rust-lang.rust and vadimcn.vscode-lldb. The first adds Rust support while the second integrates VS Code with LLDB.
The integration with Rust is based on the Rust Language Server (RLS) project that, which provides information about Rust code for IDEs.
Open the router microservice project with File > Add Folder To A Workspace... and choose the folder with a project. When it's open, set a breakpoint—set a cursor ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access