s32 DS switch to "Console" tab from "Memory" tab

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

s32 DS switch to "Console" tab from "Memory" tab

2,734 Views
jianmin_zhou
Contributor II

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"?

2 Replies

2,477 Views
jiri_kral
NXP Employee
NXP Employee

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: 

pastedImage_1.png

Jiri

2,477 Views
BlackNight
NXP Employee
NXP Employee

In the console view, simply disable these two settings:

pastedImage_1.png

If they are turned on, then the console view is moved to the foreground if something changes in it.

I hope this helps,

Erich