On 21.07.2008, at 07:01, Jani Tiainen wrote: > 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)
You mean if you use --auto-reload, right? I don't think enabling the Genshi reloading option (the trac.ini setting Noah describes above) could cause anything like that. Cheers, -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
