gdb_backtrace
Display the call stack during a GDB debugging session to identify the sequence of function calls. Optionally include variables and limit the number of frames shown for focused analysis.
Instructions
Show call stack
Input Schema
Name | Required | Description | Default |
---|---|---|---|
full | No | Show variables in each frame (optional) | |
limit | No | Maximum number of frames to show (optional) | |
sessionId | Yes | GDB session ID |