Loading TOC...

dbg:break

dbg:break(
   $request as xs:unsignedLong,
   [$expression as xs:unsignedLong]
) as empty-sequence()

Summary

Set a breakpoint at the given expression ID. If no expression ID is given, then the identified request is stopped.

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:break(204928402983, 28042309)
  => ()
  

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