On 10/2/06, Nyenyec N <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm using PyDev for TurboGears development but I can't make the debugger work. > > I tried to follow the steps described here: > > http://pydev.blogspot.com/2006/07/configuring-pydev-to-work-with.html > > But I tihnk that page is outdated. > as far as I know nothing has change that will make it break and if I remenber correctly he never talk about debug mode, in fact one problem he had was that he couldn't run the projects from inside eclipse which if I'm correct will not let you debug either (disclaimer I install it to check it out tg/eclipse, I don't use pydev) :p
> I'm using turbogears 1.0b1and pydev 1.2.2 > > Putting a breakpoint in my controller seems to have no effect. > When trying to step through my startup script in the debugger I get > http://trac.turbogears.org/turbogears/ticket/1011 > are you sure they are the same issue? if you look at the attachment I send to the patch it gets fixed if you import turbogears/set the trace in a different order. > Anyone out there who could make PyDev debugging work with TurboGears? > One last thing, remenber that one of the things that import turbogears line does is that it starts a CP server with 10 (default) threads, I'm not sure if you want to debug that :0 > Thanks, > nyenyec > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

