edb_set_tty
Redirect the debugged program's stdin, stdout, and stderr to a specified TTY device for I/O control.
Instructions
Set the terminal device for the debugged program's I/O. Equivalent to EDB's TTY configuration in DialogOptions. The program's stdin/stdout/stderr will be redirected to this TTY.
Args: params (TTYInput): Terminal - tty_path (str): TTY device path (e.g., '/dev/pts/0')
Returns: str: TTY configuration result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |