Why debugger has to stop execution of code to display variable values ?
Obviously this can be done in explicit way e.g. label.text = var.tostring().
I can do this by grabbing variable address and than attaching memory scanner like CheatEngine to my process to view variable value during execution.
As it seems VS debugger as robust as it is does not provide me with this option as memory windows are blocked during execution.
It's quite possible I just don't understand some debugging paradigm.