Re: [xsl] Managing debug logging in complex transforms: what do people do?

Subject: Re: [xsl] Managing debug logging in complex transforms: what do people do?
From: George Cristian Bina <george@xxxxxxxxxxxxx>
Date: Thu, 27 Mar 2014 06:47:15 +0200
Thanks Alex,

This is indeed another nice addition. We recorded this as well on our issue tracking system and I also added the possibility to record all the debugging data at each step and then you can re-play the debugging session from that recorded data with the advantage that you will be able to move not only forward but also back, so this will also solve the use case you mentioned.

Best Regards,
George
--
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com

On 3/26/14, 12:00 PM, Alex Muir wrote:
On Tue, Mar 25, 2014 at 10:43 AM, George Cristian Bina
<george@xxxxxxxxxxxxx> wrote:
The XSLT debugger


The other thing that might be nice, is to be able to configure the
debugger to launch, run through itself once identify the exception
point and then rerun and place the debugger at N steps prior to the
exception. N being configurable in properties perhaps or a input box
on the debug screen.

I know doing this manually is quite easy but I say this because this
is the general way I use the debugger pretty much all the time. Having
that option would just be easier.

Current Thread