Call stack
debug_get_stackRetrieve the current call stack from a paused Node.js debug session to inspect active frames and trace execution flow during breakpoint analysis.
Instructions
Return the current call stack. Requires a paused target. Lines are 1-based.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Session id from debug_launch/debug_attach. Required when more than one session is live. |