From: mortee Date: 2007-10-09T06:03:13+09:00 Subject: autoprint of exception backtrace How can I modify how much of the exception backtrace gets printed by ruby for an unhandled exception? When an exception is raised deep in the caller stack, I see the bottom of the stack printed, then something like ... 11 levels... And then the top of the stack. What do I do if I'm interested in the omitted part? I'd prefer to do it wihout having to catch the exception myself, rather have just this little behaviour modified. thx mortee