mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-16 08:58:00 +00:00
Merge pull request #273 from cs01/master
add gdbgui - graphical debugger for Rust
This commit is contained in:
commit
37db2cdc9f
1 changed files with 2 additions and 1 deletions
|
@ -185,6 +185,7 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization
|
||||||
|
|
||||||
* GDB
|
* GDB
|
||||||
* [rust-gdb](https://github.com/rust-lang/rust/blob/master/src/etc/rust-gdb)
|
* [rust-gdb](https://github.com/rust-lang/rust/blob/master/src/etc/rust-gdb)
|
||||||
|
* [gdbgui](https://github.com/cs01/gdbgui) — Browser based frontend for gdb to debug C, C++, Rust, and go. [<img src="https://travis-ci.org/cs01/gdbgui.svg?branch=master">](https://travis-ci.org/cs01/gdbgui)
|
||||||
* LLDB
|
* 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.
|
* [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/).
|
* [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) — a LLDB extension for [Visual Studio Code](https://code.visualstudio.com/).
|
||||||
|
|
Loading…
Reference in a new issue