Debugging Page

July 14, 2017 ยท View on GitHub

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.