Hacker News new | ask | show | jobs
by umanwizard 1528 days ago
I have definitely evaluated function calls in rust-gdb.
1 comments

I see reports of it working for trivial top-level functions with basic parameter types, but what about everything else? Like member functions, trait implementations, etc.
You’re absolutely right that it often fails on more complicated stuff. I’m just pointing out that it’s not _totally_ nonexistent.