When i debug the code, i would check the memory's value from "memory tab" , but if i step to run, the S32 DS will automatically switch to "console tab" why? How to keep in "Memory tab"?
Hi,
in the RUN mode - no values are read from MCU and eclipse switch to console because the console is only place where is actual info. When you stop running again - you need to switch back to Memory view.
If you need the Memory view always shown - just move it into different group like on my screenshot:
Jiri
In the console view, simply disable these two settings:
If they are turned on, then the console view is moved to the foreground if something changes in it.
I hope this helps,
Erich