[[Property:title|Debuggee's Object Storage]] [[Property:weight|-9]] [[Property:uuid|b26fb1b0-85ef-26b5-9b9d-6e3b8ad977c2]] This command can be accessed through the context menu, and from the objects tool, and watches tools thanks to the tool bar's button [ [[Image:execution-object-storage-icon]] ]. By Pick-and-Dropping a debuggee object onto the button [ [[Image:execution-object-storage-icon]] ], you raise the "save" dialog. Then you need to choose the target filename where we'll store the debuggee object.
[[Image:debuggee-object-storage-save]]
By clicking on a watch tool's button [ [[Image:execution-object-storage-icon]] ], you raise the "load" dialog. Then you need to select the filename which contain the debuggee object's storage. If the loading is successful, the retrieved object will be added in the related watch tool.
[[Image:debuggee-object-storage-load]]
{{tip|By Pick-and-Dropping an object onto the button, you can load the retrieved values into the dropped object (make sure it has same type).}} {{warning|For now this command is pretty basic, and provided as it is. The underlying implementation is using {FILE}.independent_store and {FILE}.retrieved for save and load operation, to load the value into an existing object, it is using {ANY}.standard_copy (..). For details, you can have a look at the RT_EXTENSION_GENERAL code }}