Open ramonfelder opened 2 years ago
Let me know if you prefer some other mechanism like numbering all generated signals just before a session setup is saved.
FYI: I'm also working on a feature to save/restore a complete trace tree including signal groups and vertical positions. This will also depend on some kind of unique identifier for all signals.
When saving a session setup, the trace view refers to signals using their internal_name(). Without this change, internal_name() would return an empty string for all generated signals. This leads to name collisions in the session settings file.