Loading TOC...

dbg:breakpoints

dbg:breakpoints(
   $request as xs:unsignedLong
) as xs:unsignedLong*

Summary

Returns a sequence of expression ID's representing existing breakpoints for the given request.

Parameters
request Request ID.

Required Privileges

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

Example

  dbg:breakpoints(204928402983)
  => 28042309
  

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