XSLT debugger highlights incorrect line

Having trouble installing Oxygen? Got a bug to report? Post it all here.
jokester01au
Posts: 64
Joined: Tue May 17, 2005 9:16 am

XSLT debugger highlights incorrect line

Post by jokester01au »

Hi,

There is a relatively minor but rather annoying bug in the XSLT debugger within eclipse for Oxygen 8.0. When stepping, the XSLT panel highlights the line immediately BEFORE the line actually being processed.

The status message in the XSLT Debugger view (where the run buttons are) reports the correct line number.

I expect that this is merely an erroneous conversion from 1-indexed to 0-indexed line numbers.

I have tested this with a new XSLT file containing

<xsl:template match="/">
<xsl:value-of select="'test'"/>
</xsl:template>

Regards,
Joe.
jokester01au
Posts: 64
Joined: Tue May 17, 2005 9:16 am

XSLT debugger highlights incorrect line

Post by jokester01au »

Note: this is a problem only in the eclipse plugin, when debugging in the standalone version, the correct line is highlighted.

Joe.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Thank you for reporting the problem. We will fix it in the next version of the oXygen plugin.


Regards,
Sorin
Post Reply