step_into
Steps into function calls during JavaScript debugging to examine internal execution. Use when paused to analyze code behavior within functions.
Instructions
Steps into a function call if the current line contains one, otherwise steps to the next statement. Use this to examine what happens inside a function. The session must be paused.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ID of the debugging session. The session must be paused. |