Load History Item
Loads a past debug plan into the app by its history id (from listHistory).
When to Use
- Loading history items is a direct interaction with the history list.
How to Use
Location: The 'History' or 'Past Plans' list, and the main content area for displaying the loaded plan.
- First, use the 'listHistory' tool (by clicking 'History' or 'Past Plans') to identify the ID of the debug plan you wish to load.
- In the 'History' list, click on the specific entry for the desired debug plan, or click a 'Load' button if one is associated with that entry.
- Alternatively, if an input field for loading by ID is available, enter the ID (e.g., '1234') into the field and confirm.
What to Expect
The main content area is updated to display the full details of the selected past debug plan, replacing any currently displayed plan.
Prerequisites
- A debug plan with the specified ID must exist in your history.
Limitations
- Requires a valid ID for a previously generated debug plan, which can be found using the 'listHistory' tool.