step_out
Exits the current function during NodeJS debugging, allowing users to continue execution and inspect variables at the caller level.
Instructions
Steps out of current function
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"
}