1.75.0
New Features
- command: new
targets
section infiredbg.toml
to provide params to debugg targets
[[targets]]
# `quicksort/src/bin/quicksort.rs` (Binary)
name = "quicksort_100"
target.type = "binary"
target.name = "quicksort"
argv = ["100", "--seed", "1212"]
Enhancements
- debugger: now streams relative path to workspace root in
SourceFile.path