Skip to content

Commit b9dd14b

Browse files
committed
chore(justfile): debug task
1 parent 46c1500 commit b9dd14b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

justfile

+4
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ upgrade:
4646
profile args="":
4747
cargo build --profile profiling
4848
samply record target/profiling/muxi {{ args }}
49+
50+
debug args="":
51+
cargo build
52+
rust-lldb -Q -- target/debug/muxi {{ args }}

0 commit comments

Comments
 (0)