Does VS Express or VS:WebDev Express include XSLT debugging

1.2k views Asked by At

Can anyone tell me if VS Express (C#, VB, etc) editions contain the XSLT debugger, or the VS Web Developer?

Unfortunately due to burecratic overhead we need something relatively quick that's free and reputable, or alternaviely, if anyone can suggest a product which is licensed perpeptually (i.e. XMLSpy is not).

1

There are 1 answers

1
Dimitre Novatchev On

This is what the authoritative official MSDN documentation says:

XSLT Debugging

Visual Studio supports debugging XSLT style sheets. Using the debugger, you can set break points in an XSLT style sheet, step into an XSLT style sheet from code, and so on.

Note

XSLT debugging is available in the Professional and Team Editions.