edb_breakpoint_export
Export all breakpoints to a JSON file, enabling backup or transfer for later import.
Instructions
Export all breakpoints to a JSON file on disk. Equivalent to EDB's BreakpointManager export feature. Breakpoints can be reloaded later with edb_breakpoint_import.
Args: params (BreakpointFileInput): Output - file_path (str): Full path to JSON file
Returns: str: Export confirmation with count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |