We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c1500 commit b9dd14bCopy full SHA for b9dd14b
justfile
@@ -46,3 +46,7 @@ upgrade:
46
profile args="":
47
cargo build --profile profiling
48
samply record target/profiling/muxi {{ args }}
49
+
50
+debug args="":
51
+ cargo build
52
+ rust-lldb -Q -- target/debug/muxi {{ args }}
0 commit comments