Kees,

This may get you closer.  It looks like there is a conflict between
DecoratorTools and Pydev.


In your main project folder, create launch_tg.py and add these two
lines.

from paste.script.serve import ServeCommand
ServeCommand("serve").run(["development.ini"])

Now run this to start it.

Regards,
          KMCB

http://rowsandcolumns.blogspot.com/2009/06/turbogears-debugging-in-eclipse.html
http://pydev.blogspot.com/2007/06/why-cant-pydev-debugger-work-with.html

On Sep 8, 3:05 am, Kees van den Broek <[email protected]> wrote:
> Hi KMCB,
>
> Thanks for your suggestions, it launches the app correctly.
> The solution I was ideally looking for not only starts the app, but
> also gives me the ability to set breakpoints and really debug the app.
> Do you have any suggestions for this case too?
>
> Cheers,
> Kees
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to