[Zope] print debugging info / tracebacks

Oleg Machulski oleg_machulski@geocities.com
Thu, 20 May 1999 18:08:33 +0300


Hello!

I just could not find out how to retrieve traceback of DTML methods 
execution from zope. 

Here I assume the following construction:

index_html contains line <!--#var method_A-->
method_A contains line <!--#var method_B-->
method_B contains line <!--#var expr="print_traceback()"-->

so the questions is HOW to write external python method 

print_traceback(self), 

which will return list, consisting of

['index_html', 'method_A', 'method_B']

??????????

-- 
Best regards

        Oleg Machulski
----------------------------------------------------
http://www.geocities.com/SiliconValley/Network/7671/
mailto:oleg_machulski@geocities.com