Hello,
is there a reason why one cannot set the check mark 'break on change' from the very beginning but only if the program is running (requiring an additional breakpoint)?
My scenario: I have added a watch expression for a variable by clicking on the variable in the source code window and subsequently Ctrl+F7. In the watch window, the variable name is shown, but in the field 'Break on Change' no checkmark is shown. Hence I need to add a breakpoint at the first line of main () just to set this checkmark...