On Thu, Feb 5, 2009 at 11:00 PM, Armin Ronacher <[email protected]> wrote: > > 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. >
Oh, thanks. But why not add it to the debug page, I think it's handy than type "dump(object)", maybe the local variables are too much? -- I like python! UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/ UliWeb <<simple web framework>>: http://uliwebproject.appspot.com My Blog: (new)http://http://hi.baidu.com/limodou (old)http://www.donews.net/limodou --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
