Step into
debug_step_intoStep into a function call to obtain a new pause snapshot, allowing deeper inspection of Node.js execution state during debugging.
Instructions
Step into the current call and return the new pause snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Session id from debug_launch/debug_attach. Required when more than one session is live. | |
| timeoutMs | No |