.net - xslt debugging shows all values as null -
i using visual studio 10 premium .net 3.5 , trying debug xslcompiledtransform.
i can step through ok variable values seem shown null. instance self::node() shows null in locals window; if set self::node() watch window says "unable evaluate expression. invalid pointer"
the variables seem have value position() , last()
in case, visual studio 2010, continually either crashes or not break on breakpoints @ all.
these problems seem remedied visual studio 2012 , up, xslt debugging works.
if stuck visual studio 2010, utilize xsl:message diagnostic messages, or replace places utilize xsl:apply-templates xsl:copy-of same selection. double-check namespaces, mutual reason matches not triggered, or selections empty.
.net debugging xslt
No comments:
Post a Comment