Loading TOC...

dbg:line

dbg:line(
   $request as xs:unsignedLong,
   $uri as xs:string,
   $line as xs:unsignedInt
) as xs:unsignedLong*

Summary

Returns a sequence of expression ID's found on a given line of a stopped request.

Parameters
request Request ID.
uri Module URI.
line Line number.

Required Privileges

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

Example

  dbg:line(20293482, "/security.xqy", 512)
  => (5032942, 9103982, 30802938)
  

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