Noah Kantrowitz kirjoitti: > Jani Tiainen wrote: >> Autoreload works pretty well, except if you change template (.html) >> tracd doesn't restart itself. Since templates are pretty essential >> part of Trac development, they should affect reloading, right? >> >> Otherwise I've been very happy now to hack Trac with eclipse + pydev. >> > > [trac] > auto_reload = true > > That enables template reloading (well really it just disables the cache > I think).
It worked pretty well, thank you very much. But it seems to do more than just simple disable caching since after I enable that option, I'll lose pydev debugging abilities. AFAIK debugging with pydev threaded code doesn't work if you're using threading classes other than "threading" module. (Trac uses "thread" module) -- Jani Tiainen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
