I've used winpdb as well as print statements to debug web2py and python code. Winpdb lets you single step, which is very useful in certain debugging circumstances. Even though I'm relatively new to winpdb, it's still a keeper in my toolbox. (I only tried it 'cause it's free.) I know Yarko claims to live in the WingIDE environment, which costs money, but is still reasonably priced. From my vantage point, WingIDE looks better and easier to use than winpdb. Regardless, winpdb is still a keeper in my book because of its single-stepping capability.
On Oct 14, 1:50 pm, Joe Barnhart <[email protected]> wrote: > I have to admit, I don't find breakpoints all that useful when debugging > web2py code. I like the interactive shell you can get by installing ipython > and using the --shell=APNAME switch on web2py.py. Sometimes I use print > statements to send stuff to the console, too. > > On Wed, Oct 14, 2009 at 6:45 AM, Jonathan Lundell <[email protected]>wrote: > > > > > > > On Oct 14, 2009, at 1:05 AM, Carl wrote: > > > > replying to this post myself to kick Google Groups to list it! > > > FWIW, your first message showed up yesterday afternoon as web2py: > > 32811. No replies, though. > > > > On Oct 13, 10:47 pm, Carl <[email protected]> wrote: > > >> hi, > > > >> I'm using XP, Eclipse, Web2py/json/pyjs and running dev_appserver > > > >> When I place breakpoints on code in functions in controllers/ > > >> default.py and in methods in modules/subscriptions.py only the latter > > >> are tripped. > > > >> Any idea what might be going on? > > > >> When I run web2py.py both sets of breakpoints trip correctly.- Hide > > >> quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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 -~----------~----~----~----~------~----~------~--~---

