Page 1 of 1

XSLT debugger highlights incorrect line

Posted: Sun Dec 10, 2006 4:20 am
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.

XSLT debugger highlights incorrect line

Posted: Sun Dec 10, 2006 5:26 am
by jokester01au
Note: this is a problem only in the eclipse plugin, when debugging in the standalone version, the correct line is highlighted.

Joe.

Posted: Mon Dec 11, 2006 4:27 pm
by sorin_ristache
Thank you for reporting the problem. We will fix it in the next version of the oXygen plugin.


Regards,
Sorin