
dbg:line( $request as xs:unsignedLong, $uri as xs:string, $line as xs:unsignedInt ) as xs:unsignedLong*
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. |
dbg:line(20293482, "/security.xqy", 512) => (5032942, 9103982, 30802938)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.