Debugger for XQuery that uses Saxon

2019-09-06 07:32发布

Can anyone suggest a debugger for XQuery? I would prefer one that is either online or works within Eclipse, and I prefer something that uses 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.

All I want to do is understand why my XQuery isn't selecting the elements I think it should. (My requirement for Saxon is because I've had bad experiences with these processors not meeting the same standard.)

Any suggestions? How are others testing their queries?

3条回答
smile是对你的礼貌
2楼-- · 2019-09-06 08:27

Currently XQDT supports only execution (no debugging) with the Saxon XQuery processor.

The only debuggers build so far in XQDT are for:

You can have our latest version from:

Gabriel, XQDT Committer

查看更多
淡お忘
3楼-- · 2019-09-06 08:32

oXygen offers a XQuery debugger that can be used both with SaxonEE and with MarkLogic XML database:

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

查看更多
啃猪蹄的小仙女
4楼-- · 2019-09-06 08:32

No Saxon, but I was able to get Eclipse and XQDT to work with the debugger. Just getting going though, so there could still be some lurking issues. http://richmacdonald.blogspot.com/2011/02/debug-xquery-in-eclipse-configuration.html

查看更多
登录 后发表回答