get_stack_trace
Retrieve the call stack of a debugging session, with an option to exclude internal frames for cleaner output.
Instructions
Get stack trace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | ||
| includeInternals | No | Include internal/framework frames (e.g., Node.js internals). Default: false for cleaner output. |