Hi
It's possible to debug TG apps using Eclipse, here is the trick : http://pydev.blogspot.com/2007/06/why-cant-pydev-debugger-work-with.html I tried the last solution and added import sys sys.path.append("/usr/share/eclipse/plugins/ org.python.pydev.debug_1.3.4/pysrc") at the beginning of my start-project.py Dont forget to disable autoreload Regards --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

