Skip to content

Commit

Permalink
Switch to rust-gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Netherdrake committed Apr 12, 2021
1 parent 7195a13 commit 9ce9b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test:

.PHONY: debug
debug:
cargo build && RUST_LOG=debug RUST_BACKTRACE=1 gdb --args target/debug/reef-node --dev --tmp -lruntime=debug
cargo build && RUST_LOG=debug RUST_BACKTRACE=1 rust-gdb --args target/debug/reef-node --dev --tmp -lruntime=debug

.PHONY: run
run:
Expand Down

0 comments on commit 9ce9b18

Please sign in to comment.