Loading TOC...

dbg:expr

dbg:expr(
   $request as xs:unsignedLong,
   $expression as xs:unsignedLong
) as element(dbg:expression)

Summary

Returns a description/representation of a given expression.

Parameters
request Request ID.
expression Expression ID.

Required Privileges

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

Example

  dbg:expr(20293482, 2348239487)
  => the dbg:expression element for this expression
  

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.