Hi,
there are some issues about saving snapshot:
assuming I add variable 'x' to timeline window and capture some data and save snapshot,then I delete 'x' in my codes(x is deleted from elf file),
after reload the saved snapshot, 'x' is deleted from timeline window too, 'x' data is lost.
or I do not delete 'x', I just add more variables to my codes(the RAM location of 'x' is changed to another address),
after reload the saved snapshot, curve of 'x' is different from when it is been saved('x' is mixed with other observed variables I think).
so my suggestion is, after reload snapshot, 'x' should be kept as when it is been saved, no matter how the elf file has been changed.
or add a menu 'save/load data graph', only data in timeline window are saved/loaded, the memory/registers/debug state are ignored, the names/curves of variables are kept.
thanks.
there are some issues about saving snapshot:
assuming I add variable 'x' to timeline window and capture some data and save snapshot,then I delete 'x' in my codes(x is deleted from elf file),
after reload the saved snapshot, 'x' is deleted from timeline window too, 'x' data is lost.
or I do not delete 'x', I just add more variables to my codes(the RAM location of 'x' is changed to another address),
after reload the saved snapshot, curve of 'x' is different from when it is been saved('x' is mixed with other observed variables I think).
so my suggestion is, after reload snapshot, 'x' should be kept as when it is been saved, no matter how the elf file has been changed.
or add a menu 'save/load data graph', only data in timeline window are saved/loaded, the memory/registers/debug state are ignored, the names/curves of variables are kept.
thanks.
The post was edited 1 time, last by kejian2000 ().