简体   繁体   English

Saxon与Visual Studio 2010-是否可以使用调试器?

[英]Saxon with Visual Studio 2010 - is there a way to use the debugger?

We've been spending increasing amounts of time battling with the limitations of Microsoft's XSLT 1.0 processor. 我们一直在花更多的时间来应对Microsoft XSLT 1.0处理器的局限性。 I think the time has come to start using XSLT 2.0. 我认为是时候开始使用XSLT 2.0了。 Saxon seems to be a good choice. 撒克逊人似乎是一个不错的选择。 The problem is - the Visual Studio integrated XSLT debugger is wonderful, and nobody wants to stop using it. 问题是-Visual Studio集成的XSLT调试器很棒,没有人愿意停止使用它。

My question - is there a way to supply your own processor for Visual Studio to use? 我的问题- 有没有办法为Visual Studio提供要使用的处理器? Even if step-through debugging didn't work, it'd still be great to be able to run the XSLT from within Visual Studio (Alt+F5) rather than having to add some other software package to our workflow. 即使逐步调试无法正常进行,仍然能够在Visual Studio(Alt + F5)中运行XSLT,而不是必须向我们的工作流程中添加其他软件包,这仍然是很棒的选择。 It seems unlikely that Visual Studio would do this out of the box, but does anyone know of an extension that might help? Visual Studio开箱即用似乎不太可能,但是有人知道扩展可能会有所帮助吗?

Failing that, is there a good free debugger that works with Saxon and in a similar way to the VS one? 如果失败, 是否有一个很好的免费调试器可以与Saxon一起使用,并且与VS类似?

I really want to start using 2.0; 我真的很想开始使用2.0; it'll save us huge amounts of time and complexity - but the thought of having to use an additional editor makes people resistant. 它可以为我们节省大量时间和复杂性-但是必须使用其他编辑器的想法使人们反抗。 Any ideas? 有任何想法吗? Convincing arguments I can use? 我可以使用令人信服的论点?

My question - is there a way to supply your own processor for Visual Studio to use ? 我的问题- 有没有办法为Visual Studio提供要使用的处理器

No. 没有。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM