Hi, At Tue, 9 Sep 2003 05:48:16 +0900, Jim Freeze wrote: > Is printing internal exceptions (even those that are caught) > to stderr in debug mode a new feature of 1.8? No. $ ruby-1.4 -v -d -e 'begin raise; rescue; end' ruby 1.4.6 (2000-08-16) [i686-linux] Exception `RuntimeError' at /tmp/rbOACz4X:1 -- Nobu Nakada