Debug capture at
debug_capture_atPause execution at a source line in a deployment to retrieve stack, scopes, and variables for root-cause debugging when logs and diagnostics fail.
Instructions
Last-resort code debug for a deployment: stop at a source line and return stack/scopes/variables in one call. Use logs and diagnose tools first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| source | Yes | ||
| thread_id | No | ||
| timeout_ms | No | ||
| deployment_id | Yes | Local managed language runtime deployment to debug. The agent resolves or creates the internal lease. | |
| max_variables | No | ||
| approval_token | No | ||
| variable_names | No | ||
| approval_wait_seconds | No |