On Dec 12, 2007 11:53 AM, Evan Weaver <[EMAIL PROTECTED]> wrote:
> Actually, the trace snip level is hard-compiled into Ruby. Find the
> place where the traceback occurs, rescue the exception, and print out
> e.traceback (or whatever it is) instead. Then you'll see the whole
> thing.

e.backtrace

The constants that determine length of truncated backtrace are
TRACE_HEAD and TRACE_TAIL, #defined in eval.c. Changing them to bigger
numbers and recompiling is another way to deal with this issue.

-- 
Alexey Verkhovsky
CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com]
RubyWorks [http://rubyworks.thoughtworks.com]
_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to