Capture debugger hit
debugger_capture_hitCapture the call stack and optional scope variables when a debugger pause occurs. Useful for inspecting the execution state at breakpoints.
Instructions
Wait for a pause and capture the call stack plus optional bounded top-frame scope variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | ||
| timeoutMs | No | ||
| scopeDepth | No | ||
| includeScopes | No | ||
| targetSessionId | No |