DAP - Different behavior between VSC and Theia
November 14, 2019 at 9:40amDAP - Different behavior between VSC and Theia
November 14, 2019 at 9:40amAfter changing the value of a variable that affects also the value of a child-variable the VSC DAP updates everything correctly while Theia DAP updates only the changed variable (not the child variable). Is there a way to trigger the child-variable to update forcibly?
November 14, 2019 at 9:54am
e.g. a parent variable is an object, a child variable its property. Hi :) Could you file an issue here: https://github.com/eclipse-theia/theia
We should reset
this.elements
to undefined
here: https://github.com/eclipse-theia/theia/blob/8147d0676d325d68fc408a344d1da0e2460ae0b4/packages/debug/src/browser/console/debug-console-items.tsx#L193then they will be fetched again on next rendering