edb_set_current_thread
Switches debugger focus to a specified thread, ensuring all subsequent commands apply to that thread.
Instructions
Switch the debugger context to a different thread. All subsequent commands apply to the selected thread.
Args: params (ThreadId): Thread ID - thread_id (int): Thread ID to switch to
Returns: str: Confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |