Y
Hacker News
new
|
ask
|
show
|
jobs
by
More-nitors
1286 days ago
how about adding this to debuggers for better object-views? (could it be possible to provide near-js/python/java level of obj view?)
2 comments
gpderetta
1286 days ago
Thus is already using DWARF debug infos. Using this for debugging would be a long way around to arrive where you started
You can already script gdb to provide rich views of any data structure.
link
Deukhoofd
1286 days ago
DWARF is a standard for data to support debuggers, so this crate does effectively the opposite: it uses info normally only available during debugging to provide reflection.
link
You can already script gdb to provide rich views of any data structure.