1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-24 13:56:52 +02:00

Merge branch 'main' into patch-1

This commit is contained in:
Diptesh Choudhuri 2024-06-28 16:29:21 +05:30 committed by GitHub
commit c3a10f661c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -672,6 +672,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
* GDB
* [gdbgui](https://github.com/cs01/gdbgui) - Browser based frontend for gdb to debug C, C++, Rust, and go.
* [kxxt/tracexec](https://github.com/kxxt/tracexec) [[tracexec](https://crates.io/crates/tracexec)] - Tracer for execve{,at} and pre-exec behavior, launcher for debuggers.
* LLDB
* [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) - A LLDB extension for [Visual Studio Code](https://code.visualstudio.com/).