The global window in Nordic SES does not display the static global variables. I am probably missing something very simple, but I can't figure out how to view them when single stepping through a program. Could someone explain how they can be viewed?
The global window in Nordic SES does not display the static global variables. I am probably missing something very simple, but I can't figure out how to view them when single stepping through a program. Could someone explain how they can be viewed?
Add the variable to watch by -> Right click variable in debugger view and chose "Add variable to watch":
I'll give it a try. It seems non-consistent that they can't be browsed the same as local variables and global variables, but every static variable that needs to be inspected has to be added to a watch.
I'll give it a try. It seems non-consistent that they can't be browsed the same as local variables and global variables, but every static variable that needs to be inspected has to be added to a watch.