Skip to content

Commit

Permalink
chore(justfile): debug task
Browse files Browse the repository at this point in the history
  • Loading branch information
iovis committed Dec 25, 2024
1 parent 46c1500 commit b9dd14b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ upgrade:
profile args="":
cargo build --profile profiling
samply record target/profiling/muxi {{ args }}

debug args="":
cargo build
rust-lldb -Q -- target/debug/muxi {{ args }}

0 comments on commit b9dd14b

Please sign in to comment.