LLDB_BACKTRACE
Display the call stack for a given LLDB session. Optionally show variables in each frame and limit the number of frames shown.
Instructions
Show call stack
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | LLDB session ID | |
| full | No | Show variables in each frame (optional) | |
| limit | No | Maximum number of frames to show (optional) |