On Wednesday 29 October 2008 15:40:44 alex bodnaru wrote: > On Wed, Oct 29, 2008 at 14:31, Diez B. Roggisch <[EMAIL PROTECTED]> wrote: > > On Wednesday 29 October 2008 10:42:36 alex bodnaru wrote: > >> hello friends, > >> > >> that might have been expected, but i can confirm it. > >> > >> should this be upgraded in tg1.1b1+, or is that silently deprecated? > > > > I'd say it's a bug - the feature is useful, and making it work with both > > systems shouldn't be to hard. How about you create a ticket, and we > > (I...) take a stab at it (don't expect that to be to soon though, patches > > are gladly accepted (hint.. hint..)) > > i submitted ticket http://trac.turbogears.org/ticket/2025. > some guidelines in debugging tg with better than just printing dirs > and variables > will be very helpful for me to find part of the bugs i would have only > reported, > like this one :) .
I do import pdb; pdb.set_trace() whereever something interesting crops up, then stepping through code, potentially adding/moving the above around so that I get to the even more interesting places faster. It really isn't much more than that, but it is *really* helpful. Of course you could try & get fancy with pydev or some such. But I simply love emacs to much... Diez --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

