Hello Bernahrd,
Hope you are doing well.
I created a small example to show you. Using MCUxpresso IDE.I created a simple adding function with the inital values as zero. Then I pause the execution using a breakpoint, before printing the value of var1, I change it to 20.

I step through again, you can see that the value 20 is printed and the sum of 20+0 is 20.

If the variables you are using are local variables you can use the same tab, next to the quickstart panel. If you are using global variables you can find it on the right hand side of the IDE.

Hope this helps.
Best Regards,
Sabina
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------