dbg:out

dbg:out(
   $request as xs:unsignedLong
) as empty-sequence()

Summary

Continue evaluation of the request until the end of the current expression.

Parameters
request Request ID.

Required Privileges

http://marklogic.com/xdmp/privileges/debug-my-requests or http://marklogic.com/xdmp/privileges/debug-any-requests

Example

  dbg:out(204928402983)
  => ()
  
Powered by MarkLogic Server | Terms of Use | Privacy Policy