This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Is it possible to view different expressions in different expressions windows

Hi,

I am debugging Concerto M35 dual core code, but my question is broader:

In CCS, someone can always see expressions in one expression view. It is also possible to open second, third, etc. expression view, but ALL OF THEM SHOW THE SAME EXPRESSIONS. If expression is deleted from one view, it is deleted from all. Below is shown two "Expressions" and "Expressions(1)" tabs showing identical variables

Is it possible to assign DIFFERENT expressions to different "expressions" views (or per project, per core, etc),
like in MS Visual Studio, KEIL compiler, etc?
Below is a picture of MS Visual studio, when "Watch 1" window shows different variables than "Watch 2"

  • Igor,

    You can "pin" the context of an expressions view to a core.  Unfortunately the list of expressions is shared between the 2 but they will be evaluated based on the selected context.

    Below I have 2 expressions views.  The Green one is pinned to the ARM9 on my device and the Red one to the DSP.

    I agree 100% that this would be much more useful if the list expressions was not shared between the views.  I will check if we have something filed for this already.

    Regards,

    John

  • Thanks, John,

    I hope we will see this in new releases

    Igor