This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

View values of local variable in watch

I have declared Local variables with no optimization (level 0).
Problem is local vars get assigned to register & I cannot view their values.

This can be done by declaring them volatile & global while debugging , but can it done without it.

0