Create a debugging session
debug_session_createInitiates a debugging session to track hypotheses and executions for a bug, providing a session ID for subsequent steps.
Instructions
Starts a new hypothesis-driven debugging session for a bug. All hypotheses and executions are tracked under a sessionId. Call this first, before creating hypotheses or executions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short description of the bug being investigated. | |
| description | No | Longer context: symptoms, how to reproduce, etc. |