get_paused_info
Retrieve execution context details when code execution pauses, including call stack, current location, and scope variables for debugging MiniApp JavaScript.
Instructions
Gets information about the current paused state including call stack, current location, and scope variables. Use this after a breakpoint is hit to understand the execution context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_scopes | No | ||
| max_scope_depth | No | ||
| frame_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |