When debugging with v.5, once halted (step-by-step or beakpoint), if you move the mouse in the source code window, you get the value of variables.
Two folders - local and global - show the variables. Static variables appear in the global folder: that is normal.
But with v.6, I can't get static variables in any way :
- mouse cursor on the variable,
- global or local folder
- watch
What is hapenning ?