get_stack_trace
Retrieve the call stack for a debugging session. Optionally include internal framework frames for detailed inspection.
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. |