Remote debug XQuery in eXist-db

Issues related to W3C XQuery.
lagivan
Posts: 5
Joined: Thu Jan 07, 2016 2:35 pm

Remote debug XQuery in eXist-db

Post by lagivan »

Hello!

I'd like to debug XQueries in eXist-db remotely - e.g. when eXist-db application is running, I want to be able to intercept XQuery calls and see intermediate application state.

So is it possible to debug or planned to implement the remote debug support for XQuery in eXist-db? I've seen there is a possibility to debug local XQueries in Oxygen and I've also seen that eXist-db provides some remote debugging support (https://exist-db.org/exist/apps/doc/debugger.xml). Is there an existing solution to this? Maybe a community-developed plugin? If not, are there plans to implement such support? It'd bring a lot of value to Oxygen.

I've got a paid license for OxygenXML Editor 19.1.

Regards,
Ivan
adrian
Posts: 2879
Joined: Tue May 17, 2005 4:01 pm

Re: Remote debug XQuery in eXist-db

Post by adrian »

Hello,

The XQuery debugger from Oxygen does not provide support for eXist-db, it supports Saxon-HE/PE/EE XQuery (local), Berkeley DB XML (local) and MarkLogic (remote).
Currently there are no plans to implement such support for eXist-db.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply