edb_breakpoint_import
Import breakpoints from a JSON file previously exported, enabling quick restoration of breakpoint configurations.
Instructions
Import breakpoints from a JSON file previously exported with edb_breakpoint_export. Equivalent to EDB's BreakpointManager import feature.
Args: params (BreakpointFileInput): Input - file_path (str): Full path to JSON file
Returns: str: Import confirmation with count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |