Skip to content

ericbeland/debugtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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.

About

Debug Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages