Page 1 of 1

Conditional breakpoints on XSLT debugger

Posted: Mon Jul 22, 2019 10:29 am
by malvarez
Hello all,
I have found missing a feature that normally is in all development IDEs like conditional breakpoints, especially in the XSLT debugger.
I found it really necessary while debugging large input files that iterate multiple times the same conditional, XPATH expression, etc.
It would be nice if the breakpoint allowed to define boolean expressions to break debug when the expression is true.
Best regards.

Re: Conditional breakpoints on XSLT debugger

Posted: Mon Jul 22, 2019 10:36 am
by Radu
Hi,

The Breakpoints view in the Oxygen XSLT debugger perspective should allow you to define conditions:

https://www.oxygenxml.com/doc/versions/ ... oints-view

Regards,
Radu

Re: Conditional breakpoints on XSLT debugger

Posted: Mon Jul 22, 2019 11:27 am
by malvarez
Oh, I didn't realise it was there. I will double-check next time. :P
Thank you.