edb_get_backtrace
Retrieves the complete call stack backtrace showing frame number, address, function name, and source location for each frame.
Instructions
Get the full call stack backtrace. Frame #0 is the current function. Each frame shows number, address, function name, and source location.
Returns: str: Formatted backtrace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |