Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 330 Bytes

debugging.md

File metadata and controls

12 lines (9 loc) · 330 Bytes

Debugging Page

It's possible to debug Rust code using another extension, LLDB Debugger.

Install it using

ext install vscode-lldb

Make sure that LLDB is installed on your system.

Afterwards set up the LLDB debugger as for an usual executable.