From 36ebd5625376ee882b50d1555b51398fa762d76b Mon Sep 17 00:00:00 2001 From: Vadim Chugunov Date: Fri, 17 Mar 2017 00:16:00 -0700 Subject: [PATCH] Add references to CodeLLDB. --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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