Skip to content

1.75.0

Compare
Choose a tag to compare
@billy1624 billy1624 released this 29 Dec 10:45
· 45 commits to main since this release
508b0da

New Features

  • command: new targets section in firedbg.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