Loading TOC...

dbg:clear

dbg:clear(
   $request as xs:unsignedLong,
   $expression as xs:unsignedLong
) as empty-sequence()

Summary

Clear a breakpoint at the given expression ID.

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

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