What's New in the XSLT Debugger
The following features are new in Visual Studio.
Display Current Node in the Source Document
The XSLT debugger now opens the XML source document in a new window and highlights the current context node. As you step through your XSLT application, the debugger highlights the current node in the XML source document.
Set Data Breakpoints in Source Document
The XSLT debugger now supports setting breakpoints in the XML source document. For more information, see How to: Use Breakpoints with XSLT.
Default Templates
The XSLT debugger now displays the code of XSLT default templates. This enables you to step through this code and set breakpoints on its instructions. For more information, see XSLT Default Templates.