#Debug Tools
A small collection of debugging tools to make sticky debugging situations easier to deal with.
- log_all_exceptions - Useful to trap eventmachine exceptions within callbacks that might be missed.
- log_all_require calls - Track down failure-to-launch errors where early failures stop a program in its tracks.
- tracing - A probe that will log all method calls. Slows programs down but gives a detailed execution history.