Powered by Zoomin Software. For more details please contactZoomin

Messages and Codes Reference Guide

JSDBG Messages

  • Last Updated: September 10, 2026
  • 2 minute read
    • MarkLogic Server
    • Version 12.0
    • Documentation

JSDBG-BRKPT-NOTFOUND

Message Text

Breakpoint was not found: variable1

JSDBG-CALLFRMID-NOTFOUND

Message Text

Current call frame id was not found: variable1

JSDBG-CONNECTED

Message Text

Server already connected for debugging: variable1

Cause

An attempt was made to connect to the server for debugging when the server was already being debugged.

Response

Retry the operation after the server is disconnected for debugging.

JSDBG-DEBUGALLOW

Message Text

Debugging not enabled on server

Cause

Debugging is not enabled on the app server.

Response

To attach the debugger to an app server request, you need to set the debug allow option to true on that app server.

JSDBG-DISCONNECTED

Message Text

Server not connected for debugging: variable1

Cause

An attempt was made to disconnect to the server for debugging when it was not connected.

Response

Ignore the error if the intended outcome is to disconnect from the server for debugging.

JSDBG-ENABLED

Message Text

Debugger already enabled for this request: variable1

Cause

An attempt was made to enable debugger for a request which already had been attached to a debugger.

Response

Retry the operation after the request has been detached.

JSDBG-ENDED

Message Text

Request has ended: variable1

JSDBG-ERROR

Message Text

Debugger error: variable1

Cause

JavaScript debugger ran into an error during execution of debug request

Response

Check your debug request

JSDBG-LOCATION

Message Text

Valid location absent: variable1

Cause

An attempt was made to set a breakpoint without a valid location.

Response

Make sure to provide a valid location.

JSDBG-NODEBUGGER

Message Text

Request not being debugged: variable1

JSDBG-NOTSTOPPED

Message Text

Request not stopped: variable1

Cause

An attempt was made to perform a debug operation for a request that had not been stopped.

Response

Make sure to stop the request before performing debug operations.

JSDBG-PARSEFAIL

Message Text

JavaScript expression failed to parse

Cause

Debugger could not parse given expression

Response

Check your code

JSDBG-REQUESTRECORD

Message Text

Request record not found: variable1

JSDBG-RESPONSE

Message Text

Bad response: variable1

JSDBG-SCRPTID-NOTFOUND

Message Text

Current script id was not found: variable1

JSDBG-SELFATTACH

Message Text

A request may not attach to itself for debugging: variable1

JSDBG-UNKNOWNURL

Message Text

URL not found: variable1

Alert