Page 1 of 1

Breakpoints not working during debugging for one XSLT file

Posted: Wed Sep 17, 2008 1:50 am
by bdonoghoe
I have a situation where the breakpoint facility in the XSLT debugger does not work for one particular XSLT file. The debugger does not stop on any breakpoint I set in this file but stops in the breakpoints I set in other files.

Have I inadvertently set some property for this file or ...?

Where should I look?

N.B. This is one file out of a project containing 40-50 XSLT transforms and only one file exhibits this problem.

Re: Breakpoints not working during debugging for one XSLT file

Posted: Wed Sep 17, 2008 11:17 am
by sorin_ristache
Hello,

There is no property that you can set for avoiding the breakpoints set in a file used in the XSLT Debugger. I think that either the XSLT instructions of that XSLT file are not processed by the transformation or the instruction with the breakpoint is removed by the optimization done by the processor. We need sample XSLT files for reproducing the problem.


Regards,
Sorin