get_call_stack
Capture the call stack backtrace of the current thread, showing return addresses, module names, and function names to analyze program execution during debugging.
Instructions
Get the call stack (backtrace) of the current thread. Shows return addresses, module names, and function names where available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| maxFrames | No | Maximum stack frames to return (default 50) |