pause_execution
Temporarily halt the execution of a Node.js process during debugging to inspect and analyze its current state for effective troubleshooting.
Instructions
Pause execution of the debugged process
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}