Ruby Debugging
Debug log messages
- Debug log messages should be configurable so they don't bother users during normal use
- Logging is good because the code accumulates lots of debugging statements over time
- Adding debugging log messages to your code is an iterative process
- Slower than built-in debugger when working on more than one bug at a time