get_callstack
Retrieve the complete call chain from the current function to the entry point, showing function names, arguments, and source context for debugging halted targets.
Instructions
Get the current call stack (backtrace) with function names and arguments.
The target must be halted. Shows the complete call chain from the current function up to the entry point, including function arguments and source context.
Returns: Formatted call stack with frame numbers, function names, and arguments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |