1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-08 13:34:09 +02:00

Add references to CodeLLDB.

This commit is contained in:
Vadim Chugunov 2017-03-17 00:16:00 -07:00 committed by GitHub
parent bcf4a6b004
commit 36ebd56253

View File

@ -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