Re: [xsl] Do you run your XSLT code from a debugger? What debugger do you use?

Subject: Re: [xsl] Do you run your XSLT code from a debugger? What debugger do you use?
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 23 Aug 2022 14:34:01 -0000
Am 23.08.2022 um 16:10 schrieb Roger L Costello costello@xxxxxxxxx:
Do you run your XSLT code from a debugger? If so, what debugger do you use?


Sometimes I (need to/tend to) use the debugger in oXygen.


But often, I try to find my way around with adding e.g. xsl:message or
<debug><xsl:sequence select=".."/></debug>.

Even now more than previously as I often run XSLT 3 through SaxonJS,
where I don't know of a debugger.

Current Thread