I'm using EB with EBlink on Win10x64.
If i debug a program, the watch window can't display variables which are "static" (non-static work of course). Is there a way to display static variables in the watch window?
19-01-2021, 06:28 AM (This post was last modified: 03-03-2022, 11:11 AM by embitz.)
Hi,
I think you are meaning the opposite, static are always possible to show. Don't you?
For live variables, the variable should be static because if the variable is placed on stack (local) it only exist during the time that that stack frame consists.