M
mortee
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
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