Loading TOC...

dbg:disconnect

dbg:disconnect(
   $server as xs:unsignedLong
) as empty-sequence()

Summary

End the debugging of a server. Already stopped requests will remain stopped. New requests will evaluate without stopping at first expression.

Parameters
server A server ID.

Required Privileges

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

Example

  dbg:disconnect(204928402983)
  => ()
  

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