Conditional breakpoints on XSLT debugger

Are you missing a feature? Request its implementation here.
malvarez
Posts: 9
Joined: Thu Oct 24, 2013 8:02 pm

Conditional breakpoints on XSLT debugger

Post 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.
Radu
Posts: 9053
Joined: Fri Jul 09, 2004 5:18 pm

Re: Conditional breakpoints on XSLT debugger

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
malvarez
Posts: 9
Joined: Thu Oct 24, 2013 8:02 pm

Re: Conditional breakpoints on XSLT debugger

Post by malvarez »

Oh, I didn't realise it was there. I will double-check next time. :P
Thank you.
Post Reply