Hello,

I put this function in my controller to test error handling:

def error():
    raise Exception("I am a test error.")

When I go to /error, I get an error ticket, as expected, but that error 
doesn't include any data, just the traceback. I seem to recall a few years 
back that tickets would include helpful things like the current session 
state, variables being passed to each function, etc. but now I almost never 
see that information.

Did something change in web2py? I feel like this should be obvious but I'm 
at a loss for where to look.

Thanks!

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to