简体   繁体   English

使用Saxon的XQuery调试器

[英]Debugger for XQuery that uses Saxon

Can anyone suggest a debugger for XQuery? 谁能建议XQuery调试器? I would prefer one that is either online or works within Eclipse, and I prefer something that uses Saxon. 我更喜欢一个在线的或在Eclipse中工作的软件,并且我更喜欢使用Saxon的软件。 So far, all I've found is XQDT (which has little documentation and does not work with Saxon) and a few stand-alone commercial apps. 到目前为止,我发现的只是XQDT(几乎没有文档,不能与Saxon一起使用)和一些独立的商业应用程序。

All I want to do is understand why my XQuery isn't selecting the elements I think it should. 我要做的只是了解为什么我的XQuery没有选择我认为应该选择的元素。 (My requirement for Saxon is because I've had bad experiences with these processors not meeting the same standard.) (我对Saxon的要求是因为我对这些不符合相同标准的处理器有不好的经验。)

Any suggestions? 有什么建议么? How are others testing their queries? 其他人如何测试他们的查询?

Currently XQDT supports only execution (no debugging) with the Saxon XQuery processor. 当前,XQDT仅支持使用Saxon XQuery处理器执行(不调试)。

The only debuggers build so far in XQDT are for: 到目前为止,唯一在XQDT中构建的调试器用于:

You can have our latest version from: 您可以从以下位置获得我们的最新版本:

Gabriel, XQDT Committer Gabriel,XQDT提交者

oXygen offers a XQuery debugger that can be used both with SaxonEE and with MarkLogic XML database: oXygen提供了一个XQuery调试器 ,可以与SaxonEE和MarkLogic XML数据库一起使用:

http://www.oxygenxml.com/xquery_debugger.html http://www.oxygenxml.com/xquery_debugger.html

No Saxon, but I was able to get Eclipse and XQDT to work with the debugger. 没有Saxon,但是我能够使Eclipse和XQDT与调试器一起使用。 Just getting going though, so there could still be some lurking issues. 尽管只是开始,所以仍然可能存在一些潜伏的问题。 http://richmacdonald.blogspot.com/2011/02/debug-xquery-in-eclipse-configuration.html http://richmacdonald.blogspot.com/2011/02/debug-xquery-in-eclipse-configuration.html

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

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