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…