edb_set_debug_output
Enable or disable GDB internal debug output to inspect target events, breakpoint insertion, stepping, and more for troubleshooting.
Instructions
Enable or disable GDB internal debug output. Equivalent to EDB's Debug Logger panel. Shows detailed GDB internals for troubleshooting: target events, breakpoint insertion, stepping, etc. Available categories: infrun, lin-lwp, remote, serial, target, event, expression, overlay, frame, thread.
Args: params (DebugOutputInput): Debug settings - category (str): Debug category (empty to list available) - enable (bool): True=on, False=off (default: True)
Returns: str: Debug output status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |