Merge pull request #268 from vadimcn/master

Add references to CodeLLDB.
pull/269/head^2
kud1ing 8 years ago committed by GitHub
commit 523545fe46

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

Loading…
Cancel
Save