1.81.0-beta.1
: 2024-08-22
1.80.0-beta.1
: 2024-07-22
1.79.0-beta.1
: 2024-05-30
1.78.0-beta.1
: 2024-04-23
- debugger: fix memory layout probing SeaQL#41
1.77.0-beta.1
: 2024-03-25
- debugger: trace allocations (Box, Arc, Rc)
1.76.0-beta.1
: 2024-02-06
- parser: parse
required-features
from Cargo Metadata
- command: compile Rust target with
required-features
- command: selectively list binary, example, integration test and unit test targets
- 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"]
- debugger: now streams relative path to workspace root in
SourceFile.path
- Prettify
OsString
- Better rendering of
Vec<String>
and Vec<Vec<String>>
- debugger: fix package config parsing SeaQL#5