Y
Hacker News
new
|
ask
|
show
|
jobs
by
RcouF1uZ4gsC
1161 days ago
Does this setup have nice visualizations of data structures? Can it show a Vec as a list of values or a HashMap as a list of (key,value)?
2 comments
zteppenwolf
1161 days ago
Oh no, this is just a wrapper for `RR`. Any visualization customization must be done via `~/.rr_gdbinit` and `~/.gdbinit`
link
renox
1161 days ago
This kind of things exist as a set of python scripts for C++.
It should be possible to do the same for Rust.
link