[Mono-list] prototype XSLT debugging patch ...
Peter Vandenabeele
peter at vandenabeele.com
Tue Nov 28 05:06:40 EST 2006
On 11/28/06, Atsushi Eno <atsushi at ximian.com> wrote:
> MONO_XSLT_STACK_FRAME=
> stdout: write template call to stdout.
> stderr: write template call to stderr.
> error: enable stack frame in XsltException.
Would it not make sense to write both the template call
and the error for debugging ?
In that case, an alternative might be:
MONO_XSLT_STACK_FRAME_CALL=
stdout: write template call to stdout.
stderr: write template call to stderr.
if not defined --> do nothing
MONO_XSLT_STACK_FRAME_ERROR=
error: enable stack frame in XsltException.
if not defined --> do nothing
I was working on trying that.
Thanks,
Peter
More information about the Mono-list
mailing list