One more hint: When looking at the code file - hover over it's tab to see the path; the pull-down at the top of file window shows the structure you are within (class or function name)
The left / right arrows at the top of the file window are like browser navigation: they take you to the last place you were in your "viewing" (other file if necessary). You can also browse / break into "standard" libraries, so you can go as deep as you need. On Mon, Nov 17, 2008 at 12:18 PM, Yarko Tymciurak <[EMAIL PROTECTED]> wrote: > Other hints: > Look in "Stack Data" - that's where local & global variables are; > Set breakpoints by clicking left of code (next to line); you can enable > and disable them in the Breakpoints window. > > Search in Files: select a directory (just gluon, for example; project > files for another example; just your application for another example). > Click on what you find to go to that source. > > Editing: the editor (I think this is default - I'm a VI person, so I like > this) is VI mode by default. You can configure this (I assume for emacs; > look at help file). > > > On Mon, Nov 17, 2008 at 12:12 PM, Yarko Tymciurak <[EMAIL PROTECTED]>wrote: > >> For WingIDE - Ignore Massimo's note; read mine. >> >> >> On Mon, Nov 17, 2008 at 12:10 PM, Wes James <[EMAIL PROTECTED]> wrote: >> >>> >>> ok, i'll need to look at some path settings in wingide. thx -wj >>> >>> On Mon, Nov 17, 2008 at 11:09 AM, mdipierro <[EMAIL PROTECTED]> >>> wrote: >>> > >>> > Do not know if this helps, but usually >>> > >>> > root:no cache.disk >>> > >>> > means it is trying to write in folder where it has no write >>> > permission. >>> > >>> > Massimo >>> > >>> > On Nov 17, 11:53 am, "Wes James" <[EMAIL PROTECTED]> wrote: >>> >> Can someone give me some tips on how to run wingide with web2py? >>> >> >>> >> I have wingide running on os 10.5. I then set -S app -M in the Source >>> >> File/Debug/Run Arguments. >>> >> >>> >> I set a breakpoint at start(). When I run through it I get a warning >>> >> about root:no cache.disk then a System Exit. >>> >> >>> >> If I have no breakpoint it runs the gui to start things (password, ip, >>> >> port tcl/tk app). I guess it's not reading my command line args or >>> >> something. >>> >> >>> >> I ran python web2py.py -S app -M and it ran fine in Terminal. >>> >> >>> >> any ideas? >>> >> >>> >> thx, >>> >> >>> >> -wj >>> > > >>> > >>> >>> >>> >>> >> > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

