debuggerStackTrace
Retrieve the call stack when execution stops at a breakpoint, showing each program, method, and line number. Requires an attached debugger session to trace the execution path.
Instructions
The call stack of the process stopped at a breakpoint: which programs and methods it came through, with the line each is on. Needs an attached session (debuggerAttach); use debuggerGoToStack to look at variables from a frame further up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| semanticURIs | No | Whether to use semantic URIs. |