Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does VS Express or VS:WebDev Express include XSLT debugging

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

like image 421
Sam Avatar asked Dec 21 '25 07:12

Sam


1 Answers

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.

like image 114
Dimitre Novatchev Avatar answered Dec 23 '25 22:12

Dimitre Novatchev