rust-gdb

Rust debugger (gdb)

Install

All systems
curl cmd.cat/rust-gdb.sh
Debian Debian
apt-get install rust-gdb
Ubuntu
apt-get install rust-gdb
Alpine
apk add rust-gdb
Arch Arch Linux
pacman -S rust-gdb
image/svg+xml Kali Linux
apt-get install rust-gdb
Fedora
dnf install rust-gdb
Windows (WSL2)
sudo apt-get update sudo apt-get install rust-gdb
Raspbian
apt-get install rust-gdb
Docker
docker run cmd.cat/rust-gdb rust-gdb powered by Commando

rust-gdb

Rust debugger (gdb)

Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. This package contains pretty printers and a wrapper script for invoking gdb on rust binaries.

rust

Systems programming language focused on safety, speed and concurrency

rustup

The Rust toolchain installer