Page 1 of 1

Print Debugger Information?

Posted: Wed Jul 05, 2006 9:57 am
by rrliu
Is it possible to print -- or save as a file -- the information that the debugger displays, e.g., the list of templates invoked. I'm trying to debug some intricate XSLT templates that are causing Xalan to throw a NullPointerException. I suspect the problem might be in a template that is being imported/included but is not invoked. So I'd like to print the list of templates that are actually invoked by Saxon.

Posted: Wed Jul 05, 2006 10:32 am
by sorin_ristache
Hello,

You can save the trace list displayed in the Trace view containing all the XML and XSLT nodes visited in the current debugging session as an XML file by right-clicking on the table and selecting Save.

Regards,
Sorin