Breakpoints not working during debugging for one XSLT file

Having trouble installing Oxygen? Got a bug to report? Post it all here.
bdonoghoe
Posts: 7
Joined: Wed Sep 17, 2008 1:35 am

Breakpoints not working during debugging for one XSLT file

Post 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.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Breakpoints not working during debugging for one XSLT file

Post 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
Post Reply