Using the Live View or Refresh While Running feature of the eclipse based CodeWarrior debugger, you can see how a variable is changing while the target is running.
When you select the feature, a checkmark appears indicating the feature is enabled:
In order for variables to be refreshed, they need to be Global. Global variables are variables with external scope in C. The module variables or static global variables are not considered as global in the eclipse-based CodeWarrior IDE.
In the Variables view, add the global variables you want to use as the `live view' variables, as shown in the following figure.
You can configure the refresh rate in the Run > Debug Configurations > Debugger page.