Do not follow this link

~taiite/cargo-gdb

cargo run in gdb

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~taiite/cargo-gdb
read/write
git@git.sr.ht:~taiite/cargo-gdb

You can also use your local clone with git send-email.

#cargo gdb

Run your rust program in GDB.

#Usage

Instead of

cargo run --release -- 1 2 3

do

cargo gdb --release -- 1 2 3

#License

SPDX-License-Identifier: ISC

Do not follow this link