get_location
Retrieve the current execution location in a paused NodeJS server to aid in debugging, enabling precise inspection and step-through code analysis.
Instructions
Gets the current execution location when paused
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}