edb_set_session_logging
Log all GDB input/output to a file for session transcripts and debugging interactions. Control logging with enable flag and custom file path.
Instructions
Log all GDB input/output to a file for debugging or record-keeping. Useful for creating session transcripts and debugging GDB interactions.
Args: params (SessionLoggingInput): Logging - file_path (str): Log file path (default: gdb.log) - enable (bool): Enable (True) or disable (False) logging
Returns: str: Logging status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |