Page 1 of 1

Can change current value of variables?

Posted: Fri Oct 30, 2015 1:29 am
by ghost
Hello, is it possible to change the current value of a variable using the watch window?
This can be done in the "locals" window, but it seems it's not using the watch, . Maybe there's an hidden shortcut?
I resorted to using gdb console, "set var x=123".
Thanks