step_over
Skip the current line of code and move to the next in the execution flow while debugging a NodeJS server, enabling precise code inspection and troubleshooting.
Instructions
Steps over to the next line of code
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"
}