Skip to content

Variables, Watches not updated when changed from debug console #2399

@chrisdias

Description

@chrisdias

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

Metadata

Metadata

Assignees

Labels

debugDebug viewlet, configurations, breakpoints, adapter issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions