stepInto
Step into the next function call to pause execution at that point, allowing inspection of inner-function scope and variables.
Instructions
[STEP 7] BLOCKING: step into the next function call, then wait until the debugger pauses again. Follow with getScopeVariables() to observe inner-function state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in milliseconds to wait for the next pause (default 30000) |