when I update a variable in the debug console while in break mode, the updated value is not reflected in the Variables or Watch panes of the debug viewlet.
- open a simple node/javascript workspace
- add some code such as
var x = 10;
- set a breakpoint on that line, launch app under debugger
- when broken, change x from the debug console prompt
result -> the value is not updated in the Variables/Local tree or the Watch tree (if you set up a watch).
found while testing #2171