stepOut
Step out of the current function to pause in the caller, observing the return value and calling context during runtime debugging.
Instructions
[STEP 7] BLOCKING: step out of the current function and wait until the debugger pauses again in the caller. Use to observe the return value and the state of the calling context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in milliseconds to wait for the next pause (default 30000) |