23 Feb
2007
23 Feb
'07
7:51 p.m.
David VanKirk wrote at 2007-2-22 17:10 -0500:
Can anyone give me some pointers on tracing errors in Zope 2.6?
I'm already using the DTML var "error-tb" or whatever it is. And that can be helpful at times. But I was wondering if there's some other way to pinpoint which line in the DTML file is throwing the error.
DTML is a bit stupid. Unlike PageTemplates, it does not provide line numbers to be used in error messages. -- Dieter