moodymudskipper / debugverse

Brainstorming ideas for debugging workflow and tools, not a package (yet ?)
1 stars 0 forks source link

recover() AFTER error #48

Open moodymudskipper opened 8 months ago

moodymudskipper commented 8 months ago

I think we can save the stack on error by default and then another function helps you jump in, so we don't have to do error = recover, bue we can just run recover2() after the fact. Maybe we can capture the last error there too