Jim Hester
Results
413
comments of
Jim Hester
I have literally never used this myself (barely ever used `debug()` either for that matter), but sure ;)
Generally when I am that far into the weeds debugging something I am planning on fixing it and sending a PR, so generally I do the standard `clone + load_all()...
Thinking about this more I guess I typically use `options(error = recover)` when there is something in another package where you could potentially use `debugonce()`