Add tracexec

This commit is contained in:
Levi Zim 2024-06-18 21:23:21 +08:00 committed by kxxt
parent a2fb49e312
commit 56e10e5dc6

View file

@ -671,6 +671,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/).