Hello,
I have two Expressions windows for my F2837xD controlCARD project: one pinned to CPU1 debug context and one pinned to CPU2 debug context.
The problem is that I cannot have different Expressions in each window. It means I have redundant clutter in both.
In the example below, the variable 'application_1000ms_Ctr_cpu1' only exists in CPU1 and 'application_1000ms_Ctr_cpu2' only exists in CPU2. Therefore to neaten the lists and remove redundant 'identifier not found' variables in both lists, I want to remove 'application_1000ms_Ctr_cpu2' from LH Expressions and remove 'application_1000ms_Ctr_cpu1' from RH Expressions <1>:

However, when attempted...

... the same variable is removed from both Expression windows.

Why aren't the Expression windows independent please?