Can change current value of variables?

General questions regarding the usage of CodeLite
ghost
CodeLite Enthusiast
Posts: 20
Joined: Wed May 28, 2014 9:58 pm
Genuine User: Yes
IDE Question: C++
Contact:

Can change current value of variables?

Post 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