
Hello, You can execute a local XQuery that invokes an XQuery from the MarkLogic server and the XQuery is executed on the server but debugging does not step into the XQuery from the server. For example the following local XQuery invokes an XQuery from the server: xdmp:invoke("/movies.xquery") We will contact the MarkLogic developers to find if they plan to add this feature on the server. Regards, Sorin Lee, David wrote:
I have Oxygen setup now so I can debug on MarkLogic server, but it requires a local xquery file.
This is fine for some things, but I’d like to debug some queries that are run as part of the AppServer technology.
These need to be run from within marklogic so they have access to functions like
xdmp:get-request-field()
Any suggestions on how to debug a xquery the resides on marklogic being invoked as an app request ?
Thanks for any ideas.