diff --git a/README.md b/README.md index 2a7b24c..ece52a8 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * [rust-gdb](https://github.com/rust-lang/rust/blob/master/src/etc/rust-gdb) * LLDB * [lldb_batchmode.py](https://github.com/rust-lang/rust/blob/master/src/etc/lldb_batchmode.py) — allows to use LLDB in a way similar to GDB's batch mode. + * [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) — a LLDB extension for [Visual Studio Code](https://code.visualstudio.com/). * rr * [rr](http://rr-project.org/) — rr is a lightweight tool for recording and replaying execution of applications @@ -267,6 +268,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [Visual Studio Code](https://code.visualstudio.com/) * [saviorisdead/RustyCode](https://github.com/saviorisdead/RustyCode) * [KalitaAlexey/vscode-rust](https://github.com/KalitaAlexey/vscode-rust) — a fork of RustyCode + * [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) — a LLDB extension ### Pattern Recognition