Tootfinder

Opt-in global Mastodon full text search. Join the index!

@stsquad@mastodon.org.uk
2026-08-20 18:55:43

Debugging #rust in #gdb is a bit weird. I'm pretty familiar with C so it's easy to place the break and watchpoints. I'm trying to find where a particular Error<> enum is raised (because there are a lot of options for the code) but given the way these things are propagated its not really u…