From: Alex Young Date: 2007-11-14T18:52:30+09:00 Subject: Re: Hiding backtrace with "x levels" Alex Young wrote: > Alex Chaffee wrote: >> On Nov 13, 10:02 am, Roger Pack wrote: >>>> I obviously can't speak for the OP, but I'd find a command-line option >>>> to switch the console stack dump to full depth very handy. >>> Amen. >>> -- >>> Posted viahttp://www.ruby-forum.com/. >> >> At the risk of appearing too doctrinaire, I think a command-line >> option is not the right solution here. It should work correctly by >> default. > Ordinarily I'd agree. However, leaving the default behaviour unchanged > means you can't break anything that depends on it. I'd like to see a > change in the default for 1.9 (untested, so I don't know what the > current behaviour actually is...) but it might be to intrusive for 1.8. I've just tested it on 1.9 HEAD, it looks like you get the full stack dump. Yay! -- Alex