edb_session_save
Save the entire debugging session, including breakpoints, bookmarks, comments, binary path, and arguments, to a JSON file for later restoration.
Instructions
Save the complete debugging session to a JSON file. Equivalent to EDB's SessionManager. Saves breakpoints, bookmarks, comments, binary path, and arguments for later restoration.
Args: params (SessionFileInput): Output - file_path (str): Full path to session file
Returns: str: Save confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |