edb_session_load
Restore a saved debugging session from a JSON file, including breakpoints, bookmarks, comments, and application arguments.
Instructions
Load a debugging session from a JSON file. Equivalent to EDB's SessionManager. Restores breakpoints, bookmarks, comments, binary path, and arguments from a saved session.
Args: params (SessionFileInput): Input - file_path (str): Full path to session file
Returns: str: Load confirmation with details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |