Hi I'm working with: 1. Ruby 1.8.4 (i386-mswin32) 2. RubyGems 0.8.11 3. Rails 1.1.2 (obtained through RubyGems) 4. ruby-breakpoint (0.5.0) Whenever I require 'breakpoint', the entire Rails framework gets loaded as well. I tried "gem uninstall rails", and then require 'breakpoint' returned false and didn't load Rails, but worked. I tried uninstalling/reinstalling ruby-breakpoint - didn't help. What should I do? I want to use breakpoint outside of Rails, but loading the entire Rails environment for that is pretty taxing: nearly 400 files are loaded, which takes several seconds each time. Regards, Alder Green