Hello Carlo - In Wing, there is the Debug Probe you can use to change the current environment. I set breakpoints, and watch local variables in the "Stack Data" tab; if I want execute some code in the current context, or modify some value before moving ahead, I use the debug probe, either where the program is paused or stopped due to exception.
Use the "Debug Probe" in Wing - it is similar to the shell, but better - since it has all the current local context (not just the application modules), and you can continue execution with the effects of your actions in this shell. Regards, Yarko On Sat, Mar 7, 2009 at 11:19 AM, Carlo Bazzo <[email protected]> wrote: > Hi Yarko, sorry to bother you but I have seen in the web2py google group > you are using Wing Ide with web2py. > > After some tries with Ulipad I decided to go back to my preferite Wing Ide > and I was wondering if you could send me some advice about configuring for > use with Web2py. > > One thing I liked in Ulipad was the web2py shell (with models) you can get > integrated in the ide: can you get something similar with Wing Ide? > > thank you for any help > > carlo > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

