Hi,

limodou wrote:
> In old 0.3 version their is an inspect link, and you can see the
> variables, but I can't find it in 0.4.1 version. Can anybody tell me
> why?
Indeed, that link is gone.  However it is still available if you know
how.  When you open an interactive shell you can execute the "dump()"
command which will print all variables in the frame.

You can also "dump(object)" to dump the information about that object.

Hope that helps.

Regards,
Armin

PS.: Yes, that is a nearly undocumented feature.  This is changing
currently as we are rewriting the complete Werkzeug documentation for
the next release.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" 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/pocoo-libs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to