debug_get_stack_trace
Retrieve the call stack for a thread in an active debug session to see the execution path and pinpoint where the program stopped.
Instructions
Get the call stack for a thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| levels | No | Number of frames to retrieve | |
| thread_id | No | Thread ID | |
| session_id | Yes | Debug session ID |