[EMAIL PROTECTED] wrote:
> Is there an action to view the latest debug view?
> 
> is /_debug/latest/ instead of /_debug/view/12345678
> 
> I'm debugging a facebook app so i don't get to see the error screen
> directly because the html is proxied. At the moment I'm having to copy
> and paste the debug view urls each time.
> 
> If there isn't something that does this, can someone point me towards
> the source of this controller? I've had a little dig, but I'm not sure
> where the debug stuff is coming from...
> 
> Thanks,
> 
> Geoff
> 

How about getting the stack trace sent to you by email.

Uncomment the following line in your .ini

#set debug = false

And configure the following email settings

email_to = [EMAIL PROTECTED]
smtp_server = localhost
error_email_from = [EMAIL PROTECTED]

Then you should receive all the stack traces by mail.

Jon

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to